An interactive web app for learning mathematics through quests and challenges.
Visit the live site: https://igor-kan.github.io/mathquest
npm install
npm run dev
This app is automatically deployed to GitHub Pages from the gh-pages
branch. The static site is built with Next.js and output to the out
directory.
To deploy manually:
npm run deploy
For more, see GitHub Pages for this repo.