We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d919d8 commit 56ca066Copy full SHA for 56ca066
README.md
@@ -31,3 +31,10 @@ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
31
```
32
33
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
34
+
35
36
+## Testing the local site
37
38
+```console
39
+npm run serve
40
+```
0 commit comments