mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2026-04-28 13:37:35 +02:00
20 lines
422 B
Markdown
20 lines
422 B
Markdown
# Érettségi kereső
|
|
|
|
- **Framework**: [Next.js](https://nextjs.org)
|
|
- **Deployment**: Self-hosted
|
|
- **Styling**: [Tailwind CSS](https://tailwindcss.com)
|
|
- **UI library**: [HeroUI](https://www.heroui.com/)
|
|
|
|
## Running Locally
|
|
|
|
```bash
|
|
git clone https://github.com/skidoodle/erettsegi-browser
|
|
cd erettsegi-browser
|
|
bun i
|
|
bun dev
|
|
```
|
|
|
|
## License
|
|
|
|
[AGPL-3.0](https://github.com/skidoodle/erettsegi-browser/blob/main/LICENSE)
|