mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-02 17:43:59 -04:00
Initial commit
This commit is contained in:
parent
9d5423f22a
commit
655556273a
6 changed files with 73 additions and 4 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
## scratch-vm
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
npm install scratch-vm
|
||||
```
|
||||
|
||||
## Integration
|
||||
```js
|
||||
|
||||
```
|
||||
|
||||
## Testing
|
||||
```bash
|
||||
make test
|
||||
```
|
||||
|
||||
```bash
|
||||
make coverage
|
||||
```
|
||||
|
||||
```bash
|
||||
make benchmark
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue