A Markdown-based JavaScript Sandbox.
- Support
- Getting Started with Satyrn
- Download
- Security
- Contributing to Satyrn
- Current Project Team Members
Looking for help? Check out the instructions for getting support.
First clone the repo and run install in the directory.
git clone [email protected]: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
- gannan08 - Ganesh Annan
- jadrieu - Joe Andrieu
- ewelton - Eric Welton
- wip-abramson - Will Abramson