Run the setup script:
npm run setup
Start the database:
docker compose up
Start the backend:
cd hcu-urban-model-builder-backend && npm run migrate && npm run dev
Start the client:
cd hcu-urban-model-builder-client && npm run start
Publish a new Feathers Client Version:
npm run feathers-client:version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
The Arguments for the npm script feathers-client:version
are the same as npm version.