/math-equation-writer

Latex based Equation Writer. Made with Aurelia.

Primary LanguageTypeScript

Math-Writer

This project is based on Aurelia and bootstrapped by aurelia-cli

Contributing

If you want to contribute to this project, you can do one of this,

  1. You can find a bug/error/improvement_idea and create an issue.
  2. goto TODO.md file and fix/add/develop something mentioned there. And make a pull request.

Development

  1. Run npm start, then open http://localhost:8080 OR Use npm start -- --port portNumber to override the port number.

  2. Develop something.

  3. Test it manually.

  4. Make a pull request.