440 B
440 B
Setup back
Contributing
Getting started
Clone the project:
git clone git@github.com:FelixLgr/BUT-3-Dev.git
Add environment variables:
⚠️The MONGO_URL and MONGO_URL_TEST variables must be url encoded
cp .env.example .env
Set up the project:
yarn setup
Development
To start the development server you need to run the following commands:
yarn start:development