mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
19 lines
433 B
Markdown
19 lines
433 B
Markdown
# albert.lol
|
|
|
|
- **Framework**: [Next.js](https://nextjs.org/)
|
|
- **Deployment**: [Vercel](https://vercel.com)
|
|
- **Styling**: [Tailwind CSS](https://tailwindcss.com)
|
|
- **Analytics**: [Vercel Analytics](https://vercel.com/analytics)
|
|
|
|
## Running Locally
|
|
|
|
```bash
|
|
git clone https://github.com/skidoodle/albert.lol
|
|
cd albert.lol
|
|
pnpm install
|
|
pnpm dev
|
|
```
|
|
|
|
## License
|
|
|
|
[GPL-3.0](https://github.com/skidoodle/albert.lol/blob/master/license)
|