mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2025-03-14 07:19:48 -04:00
Add a note to make it easier to get up and running
This commit is contained in:
parent
2c998d1ccc
commit
e1d0009385
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -3,8 +3,12 @@ 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
|
||||
|
||||
|
@ -12,6 +16,11 @@ 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/
|
||||
|
|
Loading…
Reference in a new issue