Added readme and use custom port

This commit is contained in:
2020-03-03 14:18:09 +01:00
parent 38c949139b
commit 70f4b4dc56
+21
View File
@@ -0,0 +1,21 @@
Usage
===
Copy .env.example to .env and edit it.
Developement
---
```
yarn install
yarn dev:server
```
Production
---
```
yarn install
yarn build
node dist/server/server.js
```