Sign inSign up

alexeyfrank/codewhale-ide

By alexeyfrank

•Updated almost 11 years ago

Image
1

721

alexeyfrank/codewhale-ide repository overview

Build Status

⁠RUN backend
npm i

hexlet-ide -r .
⁠Embed usage
1. npm i --save hexlet-ide
2. require hexlet-ide frontend module
   var HexletIde = require("hexlet-ide/src/editor/main");

3. Create widget
   var widget = HexletIde.create(document.getElementById("ide"), {
     url: "Backend url"
   });

Tag summary

Content type

Image

Digest

sha256:6a6d4f574…

Size

385 MB

Last updated

almost 11 years ago

docker pull alexeyfrank/codewhale-ide