1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21# 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/) on [Hetzner](https://hetzner.com)
- **Deployment**: [Vercel](https://vercel.com)
## Running Locally
This application requires Node.js and pnpm
```bash
git clone https://github.com/Svenlaa/home.git
cd home
pnpm i
pnpm dev
```