Dashboard
Main logic
Change the following environment variables in the .env
file:
- 'TEAMTAILOR_API_KEY' - put your own API key
- 'TEAMTAILOR_X_API_VERSION' - define the API version
Just run docker and go to localhost:3000
docker-compose up
No Docker? Oh well, get your Ruby and run:
bundle install
rails s