7 lines
113 B
Markdown
7 lines
113 B
Markdown
|
|
# The Fold Within — Static Site (v2.7)
|
||
|
|
|
||
|
|
## Dev
|
||
|
|
```bash
|
||
|
|
npm run build
|
||
|
|
npm run serve
|
||
|
|
# open http://localhost:8080
|