https://github.com/lockstep/navimize
https://github.com/lockstep/navimize
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lockstep/navimize
- Owner: lockstep
- Created: 2016-06-27T02:40:49.000Z (almost 10 years ago)
- Default Branch: development
- Last Pushed: 2016-07-20T05:15:34.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T13:48:15.611Z (about 1 year ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
== Navimize
#### Getting local dev tools ready
1. Install NodeJS instruction [HERE](https://nodejs.org/en/download/package-manager/), version 5+ preferred.
2. run `npm install`
3. run `bundle install`
4. run `rake db:create db:migrate`
5. run `bin/local_server`
6. Go go [http://localhost:3000/](http://localhost:3000)