Skip to content

Commit 1283146

Browse files
committed
docs: add deployment instructions to readme
1 parent f6a01a7 commit 1283146

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,20 @@ npm install
7474
npm run dev
7575
```
7676

77+
## Deployment
78+
79+
- Production URL: [https://devtoolkit.mingrammer.com](https://devtoolkit.mingrammer.com)
80+
- Build command: `npm run build`
81+
- Production start command: `npm run start`
82+
83+
Typical deployment flow:
84+
85+
```bash
86+
npm install
87+
npm run build
88+
npm run start
89+
```
90+
7791
## Contributing
7892

7993
Contributions are welcome! Feel free to:

0 commit comments

Comments
 (0)