This is a free learning platform designed to help students learn mathematics in an interactive way. Currently, the site is focused on grade 9 maths, with new content added periodically. Future updates may include additional subjects and grades based on user feedback.
This website is built using Docusaurus, a modern static website generator.
npm installnpm run startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static content hosting service.
Using SSH:
USE_SSH=true npm run deployNot using SSH:
GIT_USER=<Your GitHub username> npm run deployIf you are using GitHub Pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.