Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-04-13 17:57:28 -04:00
commit e776c88219
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
118 changed files with 16463 additions and 0 deletions

16
frontend/README.md Normal file
View file

@ -0,0 +1,16 @@
The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
Follow these steps:
```sh
npm i
npm run dev
```
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS