There was an error while loading. Please reload this page.
1 parent 4cdd5cd commit 8ea673fCopy full SHA for 8ea673f
1 file changed
README.md
@@ -5,6 +5,6 @@
5
## Run locally
6
7
```bash
8
-$ (cd website && npm install)
9
-$ (cd website && npm run start)
+$ yarn install
+$ yarn dev
10
```
0 commit comments