Skip to content

Commit f9d928f

Browse files
Add instructions for local testing
1 parent 0a38a4b commit f9d928f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

DEVELOP.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@
55
```bash
66
npm i
77
```
8+
9+
## How to test locally
10+
11+
```bash
12+
npm run build
13+
cd build
14+
python -m http.server
15+
```
16+
17+
Access http://localhost:8000

0 commit comments

Comments
 (0)