mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 09:08:07 -05:00
13 lines
125 B
Markdown
13 lines
125 B
Markdown
|
### scratch-www
|
||
|
#### Standalone WWW client for Scratch
|
||
|
|
||
|
### To Build
|
||
|
```bash
|
||
|
npm start
|
||
|
```
|
||
|
|
||
|
### To Test
|
||
|
```bash
|
||
|
npm test
|
||
|
```
|