Skip to content

Public website UI with authentication

License

Notifications You must be signed in to change notification settings

cash-track/website

Repository files navigation

Website

quality

Web service will serve home website

Push to registry

$ docker build . -t cashtrack/website:latest --no-cache
$ docker push cashtrack/website:latest

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate