mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
14 lines
266 B
Markdown
14 lines
266 B
Markdown
## scratch-www
|
|
#### Standalone web client for Scratch
|
|
|
|
[![Build Status](https://magnum.travis-ci.com/LLK/scratch-www.svg?token=xzzHj4ct3SyBTpeqxnx1)](https://magnum.travis-ci.com/LLK/scratch-www)
|
|
|
|
### To Build
|
|
```bash
|
|
npm start
|
|
```
|
|
|
|
### To Test
|
|
```bash
|
|
npm test
|
|
```
|