Scratch Extension Site
This repository has been archived on 2025-05-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Connor Hudson 012d12747b technoboy10.tk -> technoboy10.github.io
Domain name change
2017-10-25 10:54:57 -06:00
css
fonts
images Add Robotec EV3 extension 2017-08-04 10:35:08 -04:00
js Ensure extensions don't load until editor is ready 2017-03-15 14:27:50 -07:00
libs
locale
sass
scratch_extensions
tmp
.gitattributes
.gitignore
CNAME
favicon.ico
index.html technoboy10.tk -> technoboy10.github.io 2017-10-25 10:54:57 -06:00
README.md
Scratch.swf

ScratchX

Scratch Extension Site

CSS

The project uses SASS with Bourbon, Neat, and Bitters for CSS. To install sass,

gem install sass

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

If 8000 is in use, change the port number to e.g., 8001 with

python -m SimpleHTTPServer 8001