Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.
/ nike Public archive

Project management that isn't awful

License

Notifications You must be signed in to change notification settings

tent/nike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nike

Project management that isn't awful

Powered by Tent

NOTE: This app is still in the early stages of development.

Getting started

This app is built on Marbles and React, and uses Sprockets for asset compilation via static-sprockets.

Runnning locally

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.

Building for production

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.

Deploying to heroku

heroku create
git push heroku master

Contributing

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.

About

Project management that isn't awful

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published