Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 412 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 412 Bytes

Playground for cockle, an in-browser bash-like shell used in JupyterLite, without all the JupyterLite dependencies.

npm install
npm run build
npm run serve

To use local cockle repo for rapid development:

cd <cockle directory>
npm link
cd <cockle-playground directory>
npm link @jupyterlite/cockle