0.0.2 • Published 7 years ago
@centcom/server v0.0.2
CentCom
The SS13 Management Service
Demo Site - Github Organization - Service Homepage (coming soon!)
@centcom/server
The back-end REST API for CentCom
Building
Note: This module lists npm-run-all as a dev dependency, and uses it for commands such as run-s test and run-s build start, which are substitutes for npm run test and npm run build && npm run start respectively. You can learn more at the npm-run-all npm page.
This module includes database configuration and migrations. Configuration is contained within /src/config for the specified NODE_ENV environment variable.
run-s build- Build the server into a bundle located at/dist/bundle.jsrun-s start- Run the compiled JS bundlerun-s test- Run the mocha tests
Contributing
Issues and PRs are welcomed on all codebases - feel free to contact me personally with any questions!