Skip to content

asweigart/scratchx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scratch Extension Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.6%
  • JavaScript 36.8%
  • HTML 15.6%