blob: 3fd54d0cf885e321aa87b52284f9cf6ca08d0ae0 (
plain)
1
2
3
4
5
6
7
8
9
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
|