mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-28 10:36:03 -05:00
Scratch Extension Site
cfc57f3cf5
Fixes #17 |
||
---|---|---|
css | ||
examples | ||
fonts | ||
images | ||
js | ||
libs | ||
locale | ||
media | ||
sass | ||
scratch_extensions | ||
.gitignore | ||
CNAME | ||
favicon.ico | ||
index.html | ||
README.md | ||
Scratch.swf |
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 sass
and develop with:
sass --watch sass:css
For a quick webserver at http://localhost:8000, run from this directory:
python -m SimpleHTTPServer