This repository accompanies Rutter's quickstart guide. This app is built on NextJS and uses the react-rutter-link library.
$ git clone https://github.com/rutter/react-quickstart
$ cd react-quickstart
$ cp .env.example .env.local
Copy .env.example to a new file called .env.local and fill out the environment variables inside.RUTTER_CLIENT_ID, RUTTER_SECRET, and NEXT_PUBLIC_RUTTER_PUBLIC_KEY must be filled out. Get your Client ID and secrets from
the dashboard: https://dashboard.rutterapi.com
Install required node modules:
$ yarn
Run the Quickstart:
$ yarn dev