summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-26 15:30:15 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-26 15:30:15 +0200
commitd260e3a65bdec981fd98db8a2352caa9bef9ae55 (patch)
treece04d69a1ed647c89b5dab93391c383d6beff14f /README.md
parenta17b76ac75f506f5da6fe8adf9c36632b60d4226 (diff)
finalizing fixing refactor!!
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91bc1bd..0daf5db 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ conda activate swimmer
Then build the frontend and run the Flask server:
```
-npm run build
+npm run build:dev
./cli.py flask run
```
@@ -51,6 +51,7 @@ Generate a new migration if you've modified the database:
## building the site
```
+npm run build:production
./cli.py site export --graph swimmer
```