mirror of
https://github.com/DerTyp7/tealfire-website.git
synced 2025-10-28 20:32:20 +01:00
12 lines
263 B
Markdown
12 lines
263 B
Markdown
# TealFire Website
|
|
|
|
This is the source code for the [TealFire]("https://tealfire.de") 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.
|