Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 618 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 618 Bytes

Goodcity Dashboard

forthebadge forthebadge

Building the project

nvm install v18.17.1
yarn install
yarn build

Running in development mode (auto-reload)

yarn dev

Deploying the project

  • Commit to git
  • CircleCI will build the project on master and live branches
  • Deployment: push to live branch for live deployment (CircleCI will deploy to an Azure Storage Blob set up for hosting static content.)