A quickly put together React app to easily copy and paste symbols and notation commonly used in a discrete math course.
To add or modify an existing symbol, edit symbols.json
This project was based on create-react-app. To run locally:
- Clone the repository
- Install dependencies
$ yarn install $ yarn start
