Skip to content

Commit 4abadbb

Browse files
Add README sample commands
1 parent 8df4911 commit 4abadbb

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# babylon-js-jp-community.github.io
2+
23
Babylon.js Japanese Community Website
4+
5+
## Installation & Build
6+
7+
- npm v20.x
8+
9+
```sh
10+
$ npm ci
11+
$ npm run docs:build
12+
$ npm run docs:preview
13+
```
14+
15+
## Debug
16+
17+
```sh
18+
$ npm ci
19+
$ npm run docs:dev
20+
```
21+
22+
## References
23+
24+
- [VitePress | Vite & Vue Powered Static Site Generator](https://vitepress.dev/)

0 commit comments

Comments
 (0)