Add depreciation notice to README file
This commit is contained in:
parent
cc407c0d64
commit
e747b89f72
1 changed files with 3 additions and 25 deletions
28
README.md
28
README.md
|
@ -1,26 +1,4 @@
|
|||
# ScratchX
|
||||
Scratch Extension Site
|
||||
## ScratchX
|
||||
#### Website for experimental Scratch extensions
|
||||
|
||||
|
||||
## 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
|
||||
|
||||
[SASS]: http://sass-lang.com/
|
||||
[Bourbon]: http://bourbon.io/
|
||||
[Neat]: http://neat.bourbon.io/
|
||||
[Bitters]: http://bitters.bourbon.io/
|
||||
#### Note: Scratch 2.0 and ScratchX are now in maintenance mode while the team focuses efforts on [Scratch 3.0](https://scratch.mit.edu/developers). While critical issues will be addressed please note that any feature requests or minor issues will not be reviewed until the next major release.
|
||||
|
|
Reference in a new issue