Scratch Extension Site
Find a file
2016-08-02 00:54:52 -07:00
css Tweaks from @carljbowman 2015-08-11 15:19:48 -04:00
fonts First pass on gallery page 2015-08-10 09:45:38 -04:00
images Fix Arduino 101 image dimensions 2016-08-01 10:35:20 -04:00
js Fix error when closing modals 2015-11-25 13:31:47 -05:00
libs Add Socket.IO, required for Device Manager 2016-08-02 00:54:52 -07:00
locale Add translations 2015-05-08 19:23:24 -04:00
sass Tweaks from @carljbowman 2015-08-11 15:19:48 -04:00
scratch_extensions Update scratch_extensions, support Device Manager 2016-08-02 00:49:34 -07:00
tmp Unhost Xi extension 2015-08-11 15:11:51 -04:00
.gitignore Ignore OS X system file 2015-08-10 09:45:39 -04:00
CNAME Create CNAME 2015-03-10 16:31:25 -04:00
favicon.ico Update favicon 2015-12-18 08:44:23 -05:00
index.html Add Socket.IO, required for Device Manager 2016-08-02 00:54:52 -07:00
README.md Add a note to make it easier to get up and running 2015-08-10 09:45:38 -04:00
Scratch.swf Update SWF to v448 2016-07-29 13:56:09 -07:00

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