You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,26 @@
2
2
3
3
## Development
4
4
5
+
### Quick start
6
+
5
7
```
6
-
$ yarn start
8
+
$ yarn install // installs all dependencies
9
+
$ yarn start // starts local server
7
10
```
8
11
9
-
or
12
+
When started successfully, you may access the local server at http://localhost:8000/
13
+
14
+
### Troubleshooting
15
+
16
+
Some issues can be resolved by clearing the cache and rebuilding files. The first command is less destructive, while the second resets your local environment from scratch.
10
17
11
18
```
12
19
$ yarn clear // clears local cache, builds (excludes node_modules)
0 commit comments