Skip to content

DangerCove/carbon

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 43 commits ahead, 308 commits behind carbon-app:main.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%