Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/dimorphic/live-playground
- Owner: dimorphic
- Created: 2014-04-12T23:18:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-24T20:35:38.000Z (over 10 years ago)
- Last Synced: 2024-10-09T19:55:05.776Z (about 1 month ago)
- Homepage:
- Size: 3.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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