Skip to content

burnworks/burnworks-guidelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

burnworks-guidelines

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.

Tech Stack

Development

Requirements

  • Node.js 22+
  • npm 11+

Setup

git clone https://github.com/burnworks/burnworks-guidelines.git
cd burnworks-guidelines
npm install

Before 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)

Local development

npm run dev

Open http://localhost:4321 in your browser.

Build

npm run build

Output: dist/

Preview build

npm run preview

Deployment

Netlify (recommended)

Connect the GitHub repository to Netlify. The netlify.toml configuration handles the build automatically.

Vercel

Import the GitHub repository to Vercel. Astro is auto-detected.

Content

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.

About

Burnworks Inc. web development guideline.

Resources

Stars

Watchers

Forks

Contributors