Information about the Astral Campgrounds as a static site generated by Quartz https://wiki.astral.camp
Find a file
2025-09-05 14:53:45 -04:00
Astral-Wiki Archive, update copy, fix grammar 2025-09-05 14:53:45 -04:00
quartz Streamline layouts 2025-07-23 20:09:17 -04:00
scripts Clean up upstream content 2025-07-25 09:14:07 -04:00
.gitattributes add gitattributes for windows 2023-08-02 20:59:56 -07:00
.gitignore feat: support configurable ws port and remote development (#429) 2023-08-27 17:39:42 -07:00
.node-version Node 22 (#1997) 2025-05-28 16:20:59 -07:00
.npmrc add engines field 2023-08-20 08:57:56 -07:00
.prettierignore fix notes 2023-08-07 23:57:24 -07:00
.prettierrc Use semi: false for prettier config 2022-05-02 08:57:25 -07:00
Dockerfile fix(docker): instructions + bump deps + bind mount (#1809) 2025-03-06 10:01:25 -08:00
globals.d.ts refactor(comments): move script to files (#1308) 2024-08-05 15:17:11 -04:00
index.d.ts feat: reader mode 2025-04-17 19:45:17 -07:00
LICENSE.txt add base structure 2021-07-18 09:35:42 -04:00
package-lock.json Node 22 (#1997) 2025-05-28 16:20:59 -07:00
package.json Clean up upstream content 2025-07-25 09:14:07 -04:00
quartz.config.ts Linting rules, tags, cleaned up paths 2025-08-13 10:28:49 -04:00
quartz.layout.ts Streamline layouts 2025-07-23 20:09:17 -04:00
README.md Clean up upstream content 2025-07-25 09:14:07 -04:00
tsconfig.json perf: incremental rebuild (--fastRebuild v2 but default) (#1841) 2025-03-16 14:17:31 -07:00

Astral Campgrounds Wiki

This repository holds the content and infrastructure for generating the Astral Campgrounds Wiki Website using Quartz.

Set Up for Development

  1. Clone the repo: git clone ssh://git@git.astral.camp/campgrounds/wiki.git
  2. Install dependencies: cd wiki && npm install
  3. Build and serve: ./scripts/dev.sh

Build for Production

To build into a static site to deploy:

./scripts/build.sh