File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,18 @@ Most changes are reflected live without having to restart the server.
5656
5757To build the website locally, or to test/preview the build process that will run in CI.
5858
59- ``` sh {"id":"01HPS5TSQ025AQBEY5C5R7BQK4","name":"npm-run- build"}
59+ ``` sh {"id":"01HPS5TSQ025AQBEY5C5R7BQK4","name":"build"}
6060npm run build
6161```
6262
6363This command generates static content into the ` build ` directory and can be served using any static contents hosting service.
6464
65+ ### Serve locally
66+
67+ ``` sh {"id":"01HTMQZMYX58ZX7PK297YNYZ36","name":"serve"}
68+ cd build; python -m http.server 9000
69+ ```
70+
6571### Deployment
6672
6773This website is auto-deployed via Vercel's GitHub integration, when your branch is merged into main.
You can’t perform that action at this time.
0 commit comments