Project management that isn't awful
Powered by Tent
NOTE: This app is still in the early stages of development.
This app is built on Marbles and React, and uses Sprockets for asset compilation via static-sprockets.
bundle
bundle exec puma
This will start a server on localhost:9292, changes to any javascripts and stylesheets will be picked up automatically. Updating any of the ruby files requires restarting the server.
bundle
bundle exec rake compile
cd build
mv nike.html index.html
python -m SimpleHTTPServer
This will compile the app and start a server on localhost:8000. Any changes require running the build step again.
heroku create
git push heroku master
File an issue if you find anything isn't working as expected.
Pull requests are always welcome, but you should open an issue before working on a new feature (both to ensure it's within the scope of this project and that it's not already being worked on).
All contributions should be run through JSXHint before creating a pull request.