Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Add a note to make it easier to get up and running
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Schamp committed Aug 10, 2015
1 parent 2c998d1 commit e1d0009
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -3,15 +3,24 @@ 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:
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

[SASS]: http://sass-lang.com/
[Bourbon]: http://bourbon.io/
[Neat]: http://neat.bourbon.io/
[Bitters]: http://bitters.bourbon.io/

0 comments on commit e1d0009

Please sign in to comment.