2023-12-10 01:48:53 +01:00
|
|
|
# SteamWar.de Website
|
2023-09-20 20:52:40 +02:00
|
|
|
|
2023-12-10 01:48:53 +01:00
|
|
|
## Tech Stack
|
2023-09-20 20:52:40 +02:00
|
|
|
|
2023-12-10 01:48:53 +01: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
|
|
|
|
2023-12-10 01:48:53 +01:00
|
|
|
## Building
|
2023-09-20 20:52:40 +02:00
|
|
|
|
2023-12-10 01:48:53 +01:00
|
|
|
```bash
|
|
|
|
pnpm install
|
2023-09-20 20:52:40 +02:00
|
|
|
```
|
|
|
|
|
2023-12-10 01:48:53 +01:00
|
|
|
### Development
|
2023-09-20 20:52:40 +02:00
|
|
|
|
2023-12-10 01:48:53 +01:00
|
|
|
```bash
|
|
|
|
pnpm run dev
|
|
|
|
```
|
2023-09-20 20:52:40 +02:00
|
|
|
|
2023-12-10 01:48:53 +01:00
|
|
|
### Production
|
2023-09-20 20:52:40 +02:00
|
|
|
|
2023-12-10 01:48:53 +01:00
|
|
|
```bash
|
|
|
|
pnpm run build
|
|
|
|
```
|
2023-09-20 20:52:40 +02:00
|
|
|
|
2023-12-10 01:48:53 +01:00
|
|
|
### i18n-sync
|
2023-09-20 20:52:40 +02:00
|
|
|
|
2023-12-10 01:48:53 +01:00
|
|
|
```bash
|
|
|
|
pnpm run i18n:sync
|
|
|
|
```
|