Monorepo for omscentral.com containing the following projects:
To install top-level dependencies:
npm ciBefore proceeding, follow the instructions in project-specific READMEs in the order above (graphql, server, then client).
Formats all source code and package.json.
Tests services.
Starts services in development mode w/hot-reload.
Builds services.
Starts services in production mode. Note: You must run npm run build first.
Runs cypress integration tests that enforce correct behavior. Requires the application to be up with npm run dev or npm start first.
When finished, users created during tests may be cleaned up using this script.