-
Clone this repository
-
Install the requirements
$ ./bin/yarn install
-
Make a copy of the example environment variables file
On Linux systems:
$ cp .env.example .env
On Windows:
$ copy .env.example .env
4.Add your API key to the newly created .env
file
5.Run the app locally
$ yarn dev