/cockle-playground

Playground for cockle, an in-browser bash-like shell used in JupyterLite

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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