mathu/README.md
2025-02-19 19:57:46 -08:00

858 B

MathU

This is a project trying to teach advanced math concepts in the form of a Visual Novel on the web.

Status: Early days, but we have a base custom Visual Novel engine and a build step for converting latex into svgs we can render.

Dependencies

Before you can run this locally, you must install:

It might also be helpful to install pgAdmin4 and some helpful api app like postman (I use HTTPie).

Setup

nvm use
npm install

Also, you have to have latex installed, to compile stuff.

Running it!

To run the application locally...

In one tab,

npm run dev-watch-client

In another,

npm run dev-docker
npm run dev-server