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:
- Open the project in Xcode
- Click
App
in the left sidebar - Goto general and bump version and build number
- From top nav bar select
Product
>Archive
- Choose desired build and
Distribute App
- Pick a relevant option
- Goto App Store Connect and look at status. For testflight, you might need to click some stuff
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