diff options
Diffstat (limited to '174bg/handbook-vitepress/README.md')
| -rw-r--r-- | 174bg/handbook-vitepress/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/174bg/handbook-vitepress/README.md b/174bg/handbook-vitepress/README.md new file mode 100644 index 0000000..3fd54d0 --- /dev/null +++ b/174bg/handbook-vitepress/README.md @@ -0,0 +1,10 @@ +# 174BG Handbook (VitePress) + +A VitePress rebuild of the [174th Battle Group Handbook](../handbook), a guide for members of the 174th Battle Group community. It contains all the information you need to know about the community and our operations. It is a living document, so please check back often for updates. + +## Development + +- `npm install` — install dependencies +- `npm run dev` — start the local dev server +- `npm run build` — build the static site to `.vitepress/dist` +- `npm run preview` — preview the production build locally |
