From f1ad26edd46b52efe6174aee03cea9ed668965cf Mon Sep 17 00:00:00 2001 From: skidoodle Date: Thu, 19 Jun 2025 22:12:19 +0200 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 9a998d5..33f4f76 100644 --- a/readme.md +++ b/readme.md @@ -1,17 +1,17 @@ # erettsegi-browser - **Framework**: [Next.js](https://nextjs.org) -- **Deployment**: [Vercel](https://vercel.com) +- **Deployment**: Self-hosted - **Styling**: [Tailwind CSS](https://tailwindcss.com) -- **UI library**: [NextUI](https://nextui.org) +- **UI library**: [HeroUI](https://www.heroui.com/) ## Running Locally ```bash git clone https://github.com/skidoodle/erettsegi-browser cd erettsegi-browser -pnpm install -pnpm dev +bun i +bun dev ``` ## License