2.0.1 • Published 11 months ago

cynote v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Getting Started with cynote

Running this project requires a machine with Node.js and npm setup. To get started, run the following command in your terminal:

npx cynote serve

This project is a sandbox tool (interactive coding environment) where you can write JavaScript in the code cells and documentation in the text cells. React variables or components can be shown by calling the show() function (eg. show(Counter) where Counter is a React component).

Multiple text/code cells can be created and code is interlinked between the cells. That is, a variable defined in cell #1 can be called in subsequent cells.

All changes get saved to a local .js file (default filename is notebook.js) but you can also use a different file by calling:

npx cynote serve test.js
2.0.1

11 months ago

2.0.0

12 months ago