Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 678 Bytes

readme.md

File metadata and controls

31 lines (24 loc) · 678 Bytes

HCU Urban Model Builder

Getting started for Dev

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 New Feathers Client Version

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.