This is a populator for string-similarity-data-fetch
- Install node.js, yarn.
- Clone this repository, and using a terminal navigate to its directory.
- Run
yarn
to install the dependencies.
- Copy the contents of the
.env.example
file to a.env
next to it, and edit it with your values. - Run
yarn download-pokemon
to download the needed files. - Run
yarn populate-pokemon
to populate the database with the data.
- Steps 2 & 3 can be combined by running
yarn pokemon
- Run
yarn lint
to lint the code. - Run
yarn format
to format the code.