Add yarn.lock file and update README
This commit is contained in:
parent
a557640228
commit
b7946a444c
|
@ -14,10 +14,15 @@ console.log(dummy());
|
|||
// hello world!
|
||||
```
|
||||
|
||||
## Development
|
||||
PRs are welcome. To begin developing, do this:
|
||||
```shell
|
||||
$ yarn install # or npm install
|
||||
```
|
||||
|
||||
# TODO
|
||||
# TODO
|
||||
- dotenv
|
||||
- https://github.com/vadimdemedes/ink
|
||||
- bundlesize
|
||||
- Prepack
|
||||
- https://greenkeeper.io/
|
||||
- https://greenkeeper.io/
|
||||
|
|
Loading…
Reference in New Issue