Turtology lets you run LOGO in your browser. It borrows heavily from Seymour Papert's Javascript implementation
After you have cloned this repo and installed Vagrant, you can run the following:
% vagrant up
% vagrant ssh
% cd /vagrant
% ./bin/setup
% rails s
After you have cloned this repo, run this setup script to set up your machine with the necessary dependencies to run and test this app:
% ./bin/setup
It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up your machine with this script or some Googling.
After setting up, you can run the application using Heroku Local:
% heroku local
Use the following guides for getting things done, programming well, and programming in style.