9 lines
297 B
Markdown
9 lines
297 B
Markdown
### Setup
|
|
`$./setup.sh` creates the virtual env, installs python and node module dependencies.
|
|
|
|
|
|
### Running
|
|
`$./run.sh` opens the browser pointing to the frontend of the blog, it also starts the blog's api server.
|
|
|
|
The request with prefix `/api` are forwarded to the api server by the frondtend.
|