Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 995 Bytes

File metadata and controls

29 lines (19 loc) · 995 Bytes

Tollcraft Documentation Site

This repository contains the unified documentation site for the Tollcraft initiative, migrated from GitBook to a dedicated GitHub Pages documentation platform.

Structure

Local Development

# Install dependencies
npm install

# Start development server
npm run docs:dev

# Build for production
npm run docs:build

# Preview production build
npm run docs:preview

Deployment

The documentation site is automatically built and deployed to GitHub Pages on push to main via .github/workflows/deploy.yml.