A Markdown-based JavaScript Sandbox.
Looking for help? Check out the instructions for getting support.
First clone the repo and run install in the directory.
git clone git@github.com:satyrnjs/satyrn.git
cd satyrn
npm install
To start the satyrn editor in develop mode run
npm start
To run a release build run
npm run release
This should build a production version of the application for the relevant operating system and package it under the dist folder.
Currently under development.
IMPORTANT: Make sure you trust and JavaScript code you run using the Satyrn editor. There is currently no protection in place against malicious code.
For information on how to contribute to the project, see CONTRIBUTING.md