Fix broken Markdown formatting (#332)

This commit is contained in:
JunShern 2017-04-06 02:50:17 +01:00 committed by Cassie Tarakajian
parent 67e4669605
commit bece2292fb

View file

@ -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`