Burnworks Inc. Web Development Guidelines
https://burnworks.com/docs/guidelines/
This document is licensed under a Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License.
- Astro v5 — Static site generator
- Tailwind CSS v4 — Utility-first CSS
- @tailwindcss/typography — Prose styles for Markdown content
- Content Collections — Markdown-based content management
- Node.js 22+
- npm 11+
git clone https://github.com/burnworks/burnworks-guidelines.git
cd burnworks-guidelines
npm installBefore running locally or deploying, update the following fields in astro.config.mjs to match your environment:
base: "/docs/guidelines", // Path prefix if hosted in a subdirectory (use "/" if at root)npm run devOpen http://localhost:4321 in your browser.
npm run buildOutput: dist/
npm run previewConnect the GitHub repository to Netlify. The netlify.toml configuration handles the build automatically.
Import the GitHub repository to Vercel. Astro is auto-detected.
Guidelines are managed as Markdown files in src/content/guidelines/. Each file has frontmatter for metadata (title, section ID, order, subsections) and Markdown body content.
To add or update content, edit the corresponding .md file.