- http://127.0.0.1:3001/api/chapters
- http://127.0.0.1:3001/api/chapters/:chapter_name
- http://127.0.0.1:3001/api/chapters/:chapter_name/:directory
- http://127.0.0.1:3001/api/chapters
- http://127.0.0.1:3001/api/chapters/template
- http://127.0.0.1:3001/api/chapters/template/users
chapters/ └── new_york ├── events └── users ├── brandon.json └── jeremy.json
To run the app locally, run
# This will install a bunch of stuff:
script/bootstrap
# If you are editing SCSS:
cd public && grunt watch
node root.js