Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

CuppaZee/GalaxZee

Repository files navigation

This was an experimental website. Please see our main Monorepo for our actual website.

GalaxZee

GalaxZee is the next-generation CuppaZee Web Client.

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.