Git Product home page Git Product logo

proxmate.me's Introduction

The code has been moved. This version is no longer maintained.

proxmate.me

Built Status

This is the sourcecode for the proxmate.me. proxmate.me has been designed to be completely static and can be served by any static webserver (such as s3).

Serving

Run grunt serve to spawn a static, self-reloading webserver.

Building

We are using Grunt for building. Make sure you have all dependencies (bower + npm) installed, then run grunt build. To deploy to s3, make sure that grunt-aws.json contains your aws credentials, then run grunt deploy.

Prerendering

Since javascript is hard to index, proxmate.me is using a prerender script to generate static html pages that are being served. To prerender, make sure that your latest source is deployed somewhere (s3 for example), then execute grunt freeze. This will generate a static html for every html page listed inside api.proxmate.me.

Contributing

  • make sure that your code is tested
  • make sure all existing unit tests pass (grunt test).

proxmate.me's People

Contributors

dvcrn avatar jomo avatar

Stargazers

quidesign avatar Bart avatar acidburn avatar  avatar Ari Palo avatar 이승재(Seungjae Lee) avatar Rob avatar  avatar Adam Dunkley avatar

Watchers

 avatar James Cloos avatar  avatar  avatar  avatar

proxmate.me's Issues

SSL mixed content

https://proxmate.me/packages doesn't work because the API call is plain text. That's blocked by the browser.

Blocked loading mixed active content "http://api.proxmate.me/package/list.json"

I suggest changing the URL to //api.proxmate.me/package/list.json or just force https.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.