I'll build this repo with challenges that I went completely suck at live coding but I could solve after.
- Clone this repo
- Run
yarn
oryarn install
- Run the challenge you want with
yarn start
. e.g:yarn start challenges/nearest-vowel
- Solve other challenges or update existent solutions by running
yarn dev
. e.g:yarn dev challenges/nearest-vowel