Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mweiss/scratch-for-web
This is a port of scratch for the browser
https://github.com/mweiss/scratch-for-web
Last synced: about 1 month ago
JSON representation
This is a port of scratch for the browser
- Host: GitHub
- URL: https://github.com/mweiss/scratch-for-web
- Owner: mweiss
- Created: 2011-11-12T21:50:28.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-05T18:26:21.000Z (over 12 years ago)
- Last Synced: 2024-10-21T18:41:11.121Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scratch-for-web
EDIT ME
## Build
Assuming you have the yui builder installed at the same directory level than this project :
cd src
ant all
Or you can build components one by one :cd src/dummy
ant all## API Documentation
cd scripts
./apidoc.sh
Then open api/index.html in your browser