experiment with new approach

This commit is contained in:
Matt Hill
2026-03-12 12:27:34 -06:00
parent 98b429fcad
commit 082254575b
511 changed files with 44511 additions and 0 deletions

14
legacy/CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,14 @@
# 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.