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)
See Configuring quasar.config.js.
/public/config.json
is configuration for the app. In k8s we load it from the configmap at runtime, and in npm run dev
it is served and loaded from https://.../config.json