https://github.com/timjb/math-ide
https://github.com/timjb/math-ide
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timjb/math-ide
- Owner: timjb
- Created: 2016-06-04T23:01:47.000Z (almost 10 years ago)
- Default Branch: demo
- Last Pushed: 2020-09-06T00:44:16.000Z (over 5 years ago)
- Last Synced: 2025-02-04T20:32:09.313Z (over 1 year ago)
- Language: TypeScript
- Size: 6.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installing the dependencies
```bash
$ npm install
```
## Building
```bash
$ browserify main.ts -p tsify --outfile main_bundle.js
```