aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook/README.md
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-16 16:48:48 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-16 16:48:48 +0100
commit1768191b23e2ab224cb584f3301da66db75acdc9 (patch)
tree4a072e14e0301a5eaae878b5ab5980d3e442eebe /174bg/handbook/README.md
parentd723827b91cbe59a7ccbb12942172ed00cc2006e (diff)
downloadunnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar
unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar.gz
unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar.bz2
unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar.xz
unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.zip
replace handbook with vitepress
Diffstat (limited to '174bg/handbook/README.md')
-rw-r--r--174bg/handbook/README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/174bg/handbook/README.md b/174bg/handbook/README.md
index f534e2e..ee4ac87 100644
--- a/174bg/handbook/README.md
+++ b/174bg/handbook/README.md
@@ -1,3 +1,12 @@
-# 174BG Handbook
+# 174BG Handbook (VitePress)
-This handbook is 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.
+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