Update readme with instructions to run dev server

This commit is contained in:
Herman Schaaf
2016-08-17 19:32:48 +08:00
parent 0c0596e39a
commit 922594e29f

View File

@@ -22,17 +22,22 @@ make install
Now run
```
make start
make start-dev
```
and you should see
```
Running on 127.0.0.1:8080...
Running on 127.0.0.1:8000...
```
Navigate to that URL in your browser and check that you can see the front page.
When running the site in a production environment, instead of `make start-dev`, run:
```
make start
```
### Contributing