- copy the project link and run
git clone
in a directory - cd into the new directory
- run
yarn
to install project dependencies - run
yarn db:create
to create the database in your local SQL server - create a
.env
file from the .env-example
- run
yarn dev
to start the server in development mode