Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimorphic/live-playground

Live code editor playground for HTML, CSS and JavaScript with realtime preview - v0.1 "nada"
https://github.com/dimorphic/live-playground

Last synced: about 1 month ago
JSON representation

Live code editor playground for HTML, CSS and JavaScript with realtime preview - v0.1 "nada"

Awesome Lists containing this project

README

        

App
============
To do.

[ Where's the Code? ]
Work is being done in the "dev" branch for now.

## Getting started
This bundle requires:

[NodeJS](http://nodejs.org/)
[GruntJS](http://gruntjs.com/)
[Compass](http://compass-style.org/install/)

### Install Grunt
`$ npm install -g grunt-cli`

### SASS compile task
This task requires you to have [Ruby](http://www.ruby-lang.org/en/downloads/), [Sass](http://sass-lang.com/tutorial.html), and [Compass](http://compass-style.org/install/) installed. If you're on OSX or Linux, Ruby is most likely installed already; test it with
`ruby -v` in your terminal.

If Ruby is ok, proceed to install SASS and Compass via Terminal :

`$ gem update --system && gem install compass`

## Options

To do