Fix broken Markdown formatting (#332)
This commit is contained in:
parent
67e4669605
commit
bece2292fb
1 changed files with 9 additions and 8 deletions
|
@ -53,6 +53,7 @@ The automatic redirection to HTTPS is turned off by default in development. If y
|
||||||
GITHUB_SECRET=<your-github-client-secret>
|
GITHUB_SECRET=<your-github-client-secret>
|
||||||
```
|
```
|
||||||
For production, you will need to have real Github and Amazon credentions. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing.
|
For production, you will need to have real Github and Amazon credentions. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing.
|
||||||
|
|
||||||
6. `$ npm run build`
|
6. `$ npm run build`
|
||||||
7. `$ npm run start:prod`
|
7. `$ npm run start:prod`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue