From 4101f2330eb9af6e10b5a1b67924825accd2721d Mon Sep 17 00:00:00 2001 From: Zaptyp <43276401+Zaptyp@users.noreply.github.com> Date: Fri, 22 Jan 2021 18:38:28 +0100 Subject: [PATCH] Update README.md Added required items for download and server startup. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c63fb..9b67fed 100644 --- a/README.md +++ b/README.md @@ -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: