mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2025-02-16 11:09:44 -05:00
Add tip about local development
This commit is contained in:
parent
7532922dba
commit
5a5c5c25e1
1 changed files with 6 additions and 3 deletions
|
@ -1,14 +1,17 @@
|
|||
# scratchx
|
||||
# ScratchX
|
||||
Scratch Extension Site
|
||||
|
||||
|
||||
## CSS
|
||||
The project uses [Bourbon][], [Neat][], and [Bitters][] for CSS. Don't edit
|
||||
css/scratchx.css, instead edit the files in the sass directory and develop
|
||||
with
|
||||
`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
|
||||
|
||||
[Bourbon]: http://bourbon.io/
|
||||
[Neat]: http://neat.bourbon.io/
|
||||
[Bitters]: http://bitters.bourbon.io/
|
||||
|
|
Loading…
Reference in a new issue