scratch-www/README.md

16 lines
278 B
Markdown
Raw Normal View History

2015-09-02 16:33:31 -04:00
## scratch-www
#### Standalone web client for Scratch
2015-09-02 15:08:58 -04:00
2015-09-02 15:11:22 -04:00
[![Build Status](https://magnum.travis-ci.com/LLK/scratch-www.svg?token=xzzHj4ct3SyBTpeqxnx1)](https://magnum.travis-ci.com/LLK/scratch-www)
2015-09-02 15:08:58 -04:00
### To Build
```bash
2015-09-02 16:45:58 -04:00
npm install
2015-09-02 15:08:58 -04:00
npm start
```
### To Test
```bash
npm test
```