Skip to content

Commit 7ac17a3

Browse files
committed
Add Development instructions
1 parent 2ba0e60 commit 7ac17a3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,18 @@ has ended, but this approach is limited:
9191
### Web Animations API
9292

9393
If done in a supported browser, the same thing in this package can be achieved using the [Web Animations API](https://drafts.csswg.org/web-animations-1/). But consumers of this package may want a less-complex approach.
94+
95+
96+
## Development
97+
98+
Watch source files while developing:
99+
100+
```bash
101+
npm start
102+
```
103+
104+
Run test
105+
106+
```bash
107+
npm test
108+
```

0 commit comments

Comments
 (0)