Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 576 Bytes

math-trainer

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/

How to build

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