Skip to content

Free resource designed to help students learn Grade 9 mathematics with clear explanations, interactive examples, and quizzes.

Notifications You must be signed in to change notification settings

JivanKadel/interactive_maths

Repository files navigation

Interactive Maths Learning Site

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.

Installation

npm install

Local Development

npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory and can be served using any static content hosting service.

Deployment

Using SSH:

USE_SSH=true npm run deploy

Not using SSH:

GIT_USER=<Your GitHub username> npm run deploy

If you are using GitHub Pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.


About

Free resource designed to help students learn Grade 9 mathematics with clear explanations, interactive examples, and quizzes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published