Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 441 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 441 Bytes

Frosting

A frontend for cupcake

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

docker build -t frosting:latest .