Skip to content

ludovicdeluna/gnancraft-ide

 
 

Repository files navigation

This web editor for ScriptCraft files. It is derived from John Markus Bjørndalen experiment.

Installing and running

The python way

pip install -r requirements.txt
SRCDIR=/absolute/path/to/players SECRET=shhhh python main.py

The docker way

Build

Create the gnancraft image.

./bin/build

Create the data container

docker create --name gnandata -v /data <a_small_image_in_your_cache>

Run

./bin/run

Using it should simply be a matter of pointing your editor to one of these:

http://localhost:8095/edit/

To edit the files in the jsfiles directory.

About

Simple web-based editor for ScriptCraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%