Skip to content

Latest commit

 

History

History

app

#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.