Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avh4/find-compiler-bugs

WIP
https://github.com/avh4/find-compiler-bugs

Last synced: 8 days ago
JSON representation

WIP

Awesome Lists containing this project

README

        

## Running

```sh
(cd server && ./go.sh) &
(cd ui && elm-reactor) &
open http://localhost:8000/ElmCompiler.elm
```

## Development

```sh
(cd server && ./node_modules/.bin/nodemon server.js ) &
(cd ui && elm-reactor) &
open http://localhost:8000/ElmCompiler.elm
```