Files
tealfire-website/README.md
2025-08-24 16:39:28 +02:00

14 lines
364 B
Markdown

# TealFire Website
This is the source code for the [TealFire]("https://tealfire.de") website.
> Automatically deployed to [tealfire.de]("https://tealfire.de") on push to `main` branch. With GitHub Actions.
## Setup
1. Clone repository
2. Install dependencies: `npm install`
3. Start development server: `npm run dev`
> NodeJS 18.0.0 or higher is recommended.