Skip to content

Latest commit

 

History

History

frontend

Frosting

Frontend

TODO

Always lots to do - but - before we can release this:

  • Require authentication - the backend needs to implement authentication/authorization.
  • Some tests would be nice :)

Build

Nuxt application using npm

npm install

Local running

npm run dev

Preview build

npm build
npm preview

Deploy

Assuming we will build a docker container - add to frontend action when decided.