Commit de89f775 authored by yann300's avatar yann300

add binary

parent 8c7f3db8
#!/usr/bin/env node
var httpServer = require('http-server')
var server = httpServer.createServer({
root: __dirname + '/../'
});
console.log('\x1b[33m%s\x1b[0m', 'Starting Remix IDE at http://localhost:8080')
server.listen(8080, '127.0.0.1', function () {});
......@@ -137,6 +137,7 @@
]
]
},
"bin" : { "remix-ide" : "./bin/remix-ide" },
"scripts": {
"setupremix": "npm run pullremix && npm run linkremixcore && npm run linkremixlib && npm run linkremixsolidity && npm run linkremixdebugger;",
"pullremix": "git clone https://github.com/ethereum/remix",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment