Website/README.md

35 Zeilen
504 B
Markdown

# SteamWar.de Website
2023-09-20 20:52:40 +02:00
## Tech Stack
2023-09-20 20:52:40 +02:00
- [Svelte](https://svelte.dev/)
- [Astro](https://astro.build/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Day.js](https://day.js.org/)
- [Chart.js](https://www.chartjs.org/)
- [astro-i18n](https://github.com/Alexandre-Fernandez/astro-i18n)
- [Flowbite Svelte](https://flowbite-svelte.com/)
2023-09-20 20:52:40 +02:00
## Building
2023-09-20 20:52:40 +02:00
```bash
pnpm install
2023-09-20 20:52:40 +02:00
```
### Development
2023-09-20 20:52:40 +02:00
```bash
pnpm run dev
```
2023-09-20 20:52:40 +02:00
### Production
2023-09-20 20:52:40 +02:00
```bash
pnpm run build
```
2023-09-20 20:52:40 +02:00
### i18n-sync
2023-09-20 20:52:40 +02:00
```bash
pnpm run i18n:sync
```