summaryrefslogtreecommitdiffstats
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2019-07-07 18:56:46 +0200
committerDashie <dashie@sigpipe.me>2019-08-05 18:09:06 +0200
commit163b506759a713525ffa9c9c15b4fa224866169a (patch)
treedd38ccbeddcccd5f59f2f11da4cf4727bebebe21 /DEVELOPMENT.md
parent5188daaeb6d201b16de8db1406b0e74dcb67fe81 (diff)
Fix cyclic dependencies; front fucked up wtf
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 8f105876..4c4525af 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -31,10 +31,16 @@ Create `front/config/local.json` with:
```json
{
- "target": "http://127.0.0.1:5000/"
+ "target": "http://reel2bits.dev.lan.sigpipe.me/"
}
```
+Uses whatever dns you want, but it needs to match the AP_DOMAIN in `config.py`.
+
+Also add that dns into your `/etc/hosts`.
+
+And you need to run it proxified by nginx or whatever else.
+
Run the front with: `cd front && npm run dev`
Then access to the front on: http://localhost:8081