8000 GitHub - C5m7b4/cnotes: Online Code and markup Editor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

C5m7b4/cnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnotes

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: alt text

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

About

Online Code and markup Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0