A math training web application targeted for primary school students
It should work on any screen size or ratio and supports dark or light theme.
Try it yourself https://holistic-developer.github.io/math-trainer/
Install the defined package manager with corepack
corepack enable
corepack prepare
Run the following command to start the development server
pnpm dev
To deploy a new version of the application to github pages run
pnpm run deploy