README: Add production note

pull/1/head
Starbeamrainbowlabs 2021-08-10 14:24:46 +01:00
parent 39bba0c27b
commit e0fc853b23
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 6 additions and 0 deletions

View File

@ -89,6 +89,12 @@ Now, you can build and serve the site locally:
npm start
```
If you just want to build it and not start the development server (e.g. if you're running a production instance), you can build it like so:
```bash
npm run build
```
It will take a moment to build, but then you'll get a message like this that shows the URL you can visit your local instance of the size:
![](https://imgur.com/VEUQMAB.png)