mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
Update readme with instructions to run dev server
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user