An open API service indexing awesome lists of open source software.

https://github.com/timjb/math-ide


https://github.com/timjb/math-ide

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Installing the dependencies

```bash
$ npm install
```

## Building

```bash
$ browserify main.ts -p tsify --outfile main_bundle.js
```