Update README.md
This commit is contained in:
parent
785f93597d
commit
de7110267f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue