Skip to content

DangerCove/carbon

 
 

Repository files navigation

Lithograph

MIT License FOSSA Status



Introduction

A code snippet designer. Focused on running locally and offline. Based on Carbon.

Usage

Export

Run an export of the editor:

npm run-script export

The output is saved in out/.

Serve

Run an export and serve the result using Python's SimpleHTTPServer:

npm run-script export && (pushd out/; python -m SimpleHTTPServer; popd)

License

FOSSA Status




Contribute & Support

Pull requests are welcome! Please see our contributing guidelines for more details.

About

A code snippet designer. Focused on running locally and offline

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • JavaScript 99.9%
  • Shell 0.1%