Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethan-arrowood/camper-tracking-app
https://github.com/ethan-arrowood/camper-tracking-app
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethan-arrowood/camper-tracking-app
- Owner: Ethan-Arrowood
- Created: 2018-09-02T19:28:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T03:06:48.000Z (about 6 years ago)
- Last Synced: 2024-10-05T17:43:30.813Z (3 months ago)
- Language: JavaScript
- Size: 6.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camper Skill Tracking Application
Developed by Ethan Arrowood for Camp Lanakila to track Viking Honors.
## Contributing
To run `eslint` use the command `npm run lint`.To auto-fix linting errors use `npm run lint -- --fix`
Run the project locally using `npm run dev`.
To test the server in production, first run `npm run build` to build the client. Then run `NODE_ENV=production node server.js`.