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: 4 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-24T20:35:38.000Z (almost 12 years ago)
- Last Synced: 2025-09-04T15:52:07.237Z (10 months 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