Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girishso/elm-repl-in-browser
Sources for Elm Repl in browser
https://github.com/girishso/elm-repl-in-browser
elm
Last synced: 2 months ago
JSON representation
Sources for Elm Repl in browser
- Host: GitHub
- URL: https://github.com/girishso/elm-repl-in-browser
- Owner: girishso
- License: isc
- Created: 2016-09-29T19:58:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:13:58.000Z (about 2 years ago)
- Last Synced: 2024-04-14T13:12:53.996Z (9 months ago)
- Topics: elm
- Language: JavaScript
- Homepage: http://elmrepl.cuberoot.in/
- Size: 623 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# elm-repl-in-browser
Sources for http://elmrepl.cuberoot.in/Runs `elm-repl` on server in a docker container and shares with browser using `xterm.js`.
## Run locally
Needs `docker` installed.
Clone the repo.
```
npm i
PORT=3000 npm start
```The server should be running on http://127.0.0.1:3000
## Development
Needs `webpack` installed globally.
Clone the repo.
```
npm i
webpack
PORT=3000 npm start
```The server should be running on http://127.0.0.1:3000
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## License
MIT License