1.0.6 • Published 1 year ago

@codepunk_/client v1.0.6

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

CodePunk

npm

CodePunk is a cyberpunk themed JavaScript notebook inspired by Stephen Grider's jsnote. It is almost like jupyter notebook but it runs JavaScript. CodePunk client can directly run NodeJS environment code in the browser.

https://user-images.githubusercontent.com/20172066/230606408-f6db1b8b-bc8e-4d67-9663-0d535cce8fa0.mp4

How to use

https://user-images.githubusercontent.com/20172066/230613237-2383647c-7c87-449b-8d71-8080aef60c03.mp4

@codepunk_/client

npm

It is the frontend client for CodePunk local api. This package is the backbone of the entire CodePunk project. The client does all the code transpiling and bundling and run them in the browser. It also caches the imported packages and has all the logic to display the cells.