Building Communities
yarn
# or
npm install
cp .env.example .env
yarn dev
# or
npm run dev
yarn lint
# or
npm run lint
yarn build
# or
npm run build
yarn test
# or
npm run test
- Add to .env
- Add to quasar.config.ts (env section)
- Add to Dockerfile (window.APP_CONFIG section)