Skip to content

DangerCove/carbon

This branch is 43 commits ahead of, 337 commits behind carbon-app/carbon:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

669447d · Nov 19, 2020
Oct 4, 2020
Jul 5, 2020
Nov 19, 2020
Oct 6, 2020
Oct 3, 2020
Oct 13, 2020
Oct 8, 2020
Oct 13, 2020
Oct 3, 2020
Oct 4, 2020
Feb 2, 2020
Oct 4, 2020
Jul 12, 2019
Dec 19, 2018
Oct 2, 2018
Apr 5, 2020
Oct 4, 2020
Oct 6, 2020
Oct 8, 2020
Oct 4, 2020
Oct 8, 2020
May 30, 2019
Sep 13, 2020

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%