Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethan-arrowood/camper-tracking-app


https://github.com/ethan-arrowood/camper-tracking-app

Last synced: 9 days ago
JSON representation

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`.