mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
12 lines
125 B
Markdown
12 lines
125 B
Markdown
### scratch-www
|
|
#### Standalone WWW client for Scratch
|
|
|
|
### To Build
|
|
```bash
|
|
npm start
|
|
```
|
|
|
|
### To Test
|
|
```bash
|
|
npm test
|
|
```
|