satyrnjs / satyrn

A Markdown-based JavaScript Sandbox
Apache License 2.0
3 stars 2 forks source link

A Markdown-based JavaScript Sandbox.

Table of Contents

Support

Looking for help? Check out the instructions for getting support.

Getting started with satyrn

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.

Download

Currently under development.

Security

IMPORTANT: Make sure you trust and JavaScript code you run using the Satyrn editor. There is currently no protection in place against malicious code.

Contributing to satyrn

For information on how to contribute to the project, see CONTRIBUTING.md

Current Project Team Members