📝 Add Readme
This commit is contained in:
parent
faf9d64553
commit
f3a5b79512
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Inato `fp-ts` training
|
||||||
|
|
||||||
|
This repo is a work in progress toward having a comprehensive training material
|
||||||
|
to onboard people on using `fp-ts` efficiently.
|
||||||
|
|
||||||
|
The exercices consist of unimplemented functions and their associated failing
|
||||||
|
tests.
|
||||||
|
|
||||||
|
To run the tests, simply run
|
||||||
|
```sh
|
||||||
|
$ yarn test
|
||||||
|
```
|
||||||
|
|
||||||
|
The exercices are organized into `exoN` folders and most of what is required to
|
||||||
|
complete each is detailed in the comments.
|
Reference in a new issue