Add tip about local development

This commit is contained in:
Ray Schamp 2015-05-11 09:24:22 -04:00
parent 7532922dba
commit 5a5c5c25e1

View file

@ -1,14 +1,17 @@
# scratchx
# ScratchX
Scratch Extension Site
## CSS
The project uses [Bourbon][], [Neat][], and [Bitters][] for CSS. Don't edit
css/scratchx.css, instead edit the files in the sass directory and develop
with
`css/scratchx.css`, instead edit the files in `sass` and develop with:
sass --watch sass:css
For a quick webserver at http://localhost:8000, run from this directory:
python -m SimpleHTTPServer
[Bourbon]: http://bourbon.io/
[Neat]: http://neat.bourbon.io/
[Bitters]: http://bitters.bourbon.io/