Skip to content

javaBin/frosting

Repository files navigation

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 .