Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

soney/interstate

Repository files navigation

Interstate

A Live Editor for Creating Interactive Web Applications

Building from Scratch

To build from scratch, you will need:

  • Node.JS/NPM: A desktop JavaScript evaluator
  • Grunt: A JavaScript task runner
  • Ruby (for SASS): Check by running ruby -v in Terminal
  • SASS: Install by running gem install sass after Ruby is installed

Then run:

git clone https://github.com/soney/interstate.git
cd interstate
npm install .
grunt
node server

Contact: Stephen Oney (soney@cmu.edu)