Yeah, here's the app

This commit is contained in:
2025-12-22 14:13:02 -05:00
commit 21f990f4d1
6 changed files with 434 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# How to use
### Install
2. Run: `npm i -g pnpm` (If you do not have pnpm. Requires NodeJS)
3. Run: `pnpm i` - Installs packages
### Running
You have two options:
1. Using `start.bat` (Windows users)
2. Run: `pnpm run start` (Alternatively: `npm run start`)