A code snippet designer. Focused on running locally and offline. Based on Carbon.
Run an export of the editor:
npm run-script export
The output is saved in out/
.
Run an export and serve the result using Python's SimpleHTTPServer:
npm run-script export && (pushd out/; python -m SimpleHTTPServer; popd)
Pull requests are welcome! Please see our contributing guidelines for more details.