mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 18:31:54 +00:00
316 B
316 B
Contributing
Thank you for your interest in contributing to the Start9 website.
Development
- Clone the repository
- Install dependencies:
npm install - Start the dev server:
npm start - Open http://localhost:8080
Deployment
Pushes to master automatically build and deploy via GitHub Actions.