A small application that will allow you to live code some ideas and then add a markdown editor to describe your new Code snippet.
To Install: Create a new Directory where you would like to have your Workbook
mkdir myWorkbooks
cd myWorkbooks
npx cnotes serve
You should see something like below:
Optinally, you can start the server with a customer filename like so:
npx cnotes serve customWorkbook
You can also specify the port you would like the server to run on:
npx cnotes serve --port 4045
or you can mix it up:
npx cnotes serve customWorkbook -port 4045