systems-api
v1.0.0
Published
Copy env sample file
Downloads
2
Readme
ZAP SYSTEMS API
Development
Copy env sample file
cp env.sample .env
create a .npmrc
file and include a valid token
//registry.npmjs.org/:_authToken=some-valid-token
And change the values to valid ones.
RUN the app in dev mode
npm run dev
RUN the app in debug mode
npm run debug
RUN test
npm run test