Update README.md

This commit is contained in:
Pengwius 2021-01-23 22:34:59 +01:00 committed by GitHub
parent 785f93597d
commit de7110267f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,12 @@
# Development
## 1. Install dependencies.
```shell
npm install
pip install -r requirements.txt
```
And in frontend:
```shell
npm install
```
## 2. Create .env and make migrations
In the .env file put the code:
```shell