aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook/README.md
blob: ee4ac87fe3e61b2d2c85db38300f03ebdd682754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
- `npm run deploy` — deploy the site to Cloudflare
- `npm run build+deploy` — build and deploy the site to Cloudflare