36 lines
520 B
Markdown
36 lines
520 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/)
|
|
- [Paraglide JS](https://inlang.com/m/gerre34r/library-inlang-paraglideJs)
|
|
- [Flowbite Svelte](https://flowbite-svelte.com/)
|
|
|
|
## Building
|
|
|
|
```bash
|
|
pnpm install
|
|
```
|
|
|
|
### Development
|
|
|
|
```bash
|
|
pnpm run dev
|
|
```
|
|
|
|
### Production
|
|
|
|
```bash
|
|
pnpm run build
|
|
```
|
|
|
|
### i18n Compile
|
|
|
|
```bash
|
|
pnpm run i18n:compile
|
|
```
|