Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 221 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 221 Bytes

revise

Revise for an exam

How to run

Run on local:

npm i
npm run start-ts

Run on other enviroments:

npm run build
npm run start-{env}

You can also run with:

NODE_ENV={env} npm run start