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

263 B

TealFire Website

This is the source code for the TealFire website.

Setup development

  1. Clone repository
  2. Install dependencies: npm install
  3. Start development server: npm run dev

NodeJS 18.0.0 or higher is recommended.