Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 359 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 359 Bytes

#Update Infra 15th Jan

Frontend

To run frontend code you must have node and npm installed. Then run

npm ci && npm run prepare

followed by

npm run start

That should start server running at localhost:1234.

To build for production run

npm run build

This will place the built files inside a dist/ directory.