A mobile web app for Mausritter's RPG character sheet.
-
Clone the repository
git clone https://github.com/tucozz/project-rataiada.git
-
Head to the project directory
cd project-rataiada/
-
Set up dependencies
pnpm i
-
Spin up development server
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev -- --open
The project also has unit testing, with vitest, and integration testing, with playwright.
pnpm test:integration
pnpm test:unit
To create a production version of your app:
pnpm build
You can preview the production build with pnpm preview
.
Licensed under Unlicense.