first commit

This commit is contained in:
2025-08-24 16:39:28 +02:00
commit 15f123070c
25 changed files with 3070 additions and 0 deletions

13
README.md Normal file
View File

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