Update Readme

This commit is contained in:
jinhojang6
2020-06-10 23:22:39 +09:00
parent fd832df0d0
commit 3f8b26f2b8
+8 -1
View File
@@ -9,5 +9,12 @@ yarn install
yarn run start:dev
```
## Deployment
## Production
```
yarn install
yarn run build
yarn run start
```
## References
- [Documentation](https://pankod.github.io/next-boilerplate/docs/deployment)