summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7bdcc7a..6b76f98 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,22 @@
### Installation
+Copy `.env-sample` to `.env` and edit as appropriate.
+
```
npm install
-npm install knex -g
+npm install knex pm2 -g
knex migrate:latest
```
### Running the server
+Run these commands in separate tabs:
+
```
npm start
+npm run worker
+webpack
```
The server will be running on http://lvh.me:5858/ or whichever port is specified in `.env`