Various tools for the Spellsource Project.
To start the editor (a work in progress):
- Install Meteor.
- Install the dependencies from the directory with
meteor npm install --save
. - Launch the server with
meteor
. - Visit
http://localhost:3000
in your web browser.