Merge pull request #15 from wulkanowy/Zaptyp-patch-2

Update README.md
This commit is contained in:
Pengwius 2021-01-22 18:39:33 +01:00 committed by GitHub
commit 6e049559c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,9 @@
[![Discord](https://img.shields.io/discord/390889354199040011.svg?color=#33CD56)](https://discord.gg/vccAQBr)
# Development
## 1. Install dependencies.
## 1. Install webpack and dependencies.
```shell
npm install webpack
pip install -r requirements.txt
```
## 2. Create .env and make migrations
@ -23,6 +24,7 @@ and modify the .envsample file as you would the .env file
THE SECRET KEY MUST BE THE SAME
## 3. Start the server!
```shell
npm run dev
python manage.py runserver
```
or if you run Windows you can run: