- Create your application in the Yoti Hub
- Set the application domain of your app to
localhost:3002
- 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 from this folder
$ 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