1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26# โ ๏ธ Deprecated. Check out [Svenlaa/svenlaa.com](https://github.com/Svenlaa/svenlaa.com)
# Svenlaa.com
- **Framework**: [Next.js](https://nextjs.org)
- **Styling**: [Tailwind](https://tailwindcss.com)
- **i18n**: [Next-Intl](https://next-intl-docs.vercel.app)
- **Authentication**: [NextAuth.js](https://next-auth.js.org)
- **ORM**: [Drizzle](https://github.com/drizzle-team/drizzle-orm)
- **Database**: [MariaDB](https://mariadb.org/)
- **Deployment**: [Hetzner Cloud](https://hetzner.cloud/?ref=VGbVDpVYhMKN)[^1]
[^1]: This is an affiliate link. We might get a small commision if you use them.
## Running Locally
This application requires Node.js and pnpm
```bash
git clone https://github.com/Svenlaa/home.git
cd home
pnpm i
pnpm dev
```