mathquest

An interactive web app for learning mathematics through quests and challenges.

Features

Live Demo

Visit the live site: https://igor-kan.github.io/mathquest

Local Development

  1. Install dependencies:
     npm install
    
  2. Start the development server:
     npm run dev
    

Deployment

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.