35 Zeilen
504 B
Markdown
35 Zeilen
504 B
Markdown
# SteamWar.de Website
|
|
|
|
## Tech Stack
|
|
|
|
- [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/)
|
|
|
|
## Building
|
|
|
|
```bash
|
|
pnpm install
|
|
```
|
|
|
|
### Development
|
|
|
|
```bash
|
|
pnpm run dev
|
|
```
|
|
|
|
### Production
|
|
|
|
```bash
|
|
pnpm run build
|
|
```
|
|
|
|
### i18n-sync
|
|
|
|
```bash
|
|
pnpm run i18n:sync
|
|
``` |