- Create your application in the Yoti Hub
- Set the application domain of your app to
localhost:3001
- Set the scenario callback URL to
/profile
- Rename the .env.example file to
.env
- Fill in the environment variables in this file with the ones specific to your application, generated in the Yoti Hub when you create (and then publish) your application
- Install the dependencies by running the following commands
$ bundle install $ gem install foreman # We are doing this as it's not recommended to include foreman in your Gemfile
- Start the server
foreman start
Visiting https://localhost:3001/
should show a Yoti Connect button