This web-app is about the visualization of complex-valued functions.
In order to install all required NPM packages, run npm install --force
. You have to run this with the --force
option because the package react-mathquill
seems not to be supported much longer, and modern React versions are
incompatible.
Run npm run dev
to run the application in development mode.
Alternatively, build the application with npm run build
and then run it with npm start
.
In order to build the ANTLR parser to parse LaTeX equations, run npm run build-parser
. This needs to be done after
making changes to the ANTLR grammar.