Files
start9.com/CONTRIBUTING.md
Matt Hill 24624a1f68 add CONTRIBUTING.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 09:26:33 -07:00

15 lines
316 B
Markdown

# Contributing
Thank you for your interest in contributing to the Start9 website.
## Development
1. Clone the repository
2. Install dependencies: `npm install`
3. Start the dev server: `npm start`
4. Open http://localhost:8080
## Deployment
Pushes to `master` automatically build and deploy via GitHub Actions.