mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
19 lines
440 B
Markdown
19 lines
440 B
Markdown
# erettsegi-browser
|
|
|
|
- **Framework**: [Next.js](https://nextjs.org)
|
|
- **Deployment**: [Vercel](https://vercel.com)
|
|
- **Styling**: [Tailwind CSS](https://tailwindcss.com)
|
|
- **UI library**: [NextUI](https://nextui.org)
|
|
|
|
## Running Locally
|
|
|
|
```bash
|
|
git clone https://github.com/skidoodle/erettsegi-browser
|
|
cd erettsegi-browser
|
|
pnpm install
|
|
pnpm dev
|
|
```
|
|
|
|
## License
|
|
|
|
[AGPL-3.0](https://github.com/skidoodle/erettsegi-browser/blob/main/LICENSE)
|