The game is available at https://bellika.dk/exponentile
First, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
After making changes run this command to build and sync the app project
pnpm run syncapp
To run on iOS run
npx cap run ios
To publish:
App
in the left sidebarProduct
>Archive
Distribute App
Please open an issue before contributing. Others might be working on the same feature and I would hate for some work to be wasted.
Before submitting a PR, please ensure that the code is linted with ESLint
and prettified with prettier