0.0.2 • Published 5 years ago

@centcom/server v0.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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.js
  • run-s start - Run the compiled JS bundle
  • run-s test - Run the mocha tests

Contributing

Issues and PRs are welcomed on all codebases - feel free to contact me personally with any questions!