mirror of
https://github.com/DerTyp7/tealfire-website.git
synced 2025-10-29 12:52:11 +01:00
364 B
364 B
TealFire Website
This is the source code for the TealFire website.
Automatically deployed to tealfire.de on push to
mainbranch. With GitHub Actions.
Setup
- Clone repository
- Install dependencies:
npm install - Start development server:
npm run dev
NodeJS 18.0.0 or higher is recommended.