tucozz / project-rataiada

A mobile web app for Mausritter's RPG character sheet.
https://tucozz.github.io/project-rataiada/
The Unlicense
0 stars 0 forks source link
mausritter mausritter-sheet sveltekit

Rataiada

About

A mobile web app for Mausritter's RPG character sheet.

Made with

Contribuiting

  1. Clone the repository

    git clone https://github.com/tucozz/project-rataiada.git
  2. Head to the project directory

    cd project-rataiada/
  3. Set up dependencies

    pnpm i
  4. Spin up development server

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open

Testing

The project also has unit testing, with vitest, and integration testing, with playwright.

pnpm test:integration

pnpm test:unit

Building

To create a production version of your app:

pnpm build

You can preview the production build with pnpm preview.

License

Licensed under Unlicense.