Principles for Microservices
Find out more about ISA at https://isa-principles.org (generated via GitHub Pages from this repository).
You can setup a local development environment by running the following command in your locally cloned repository:
docker run -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages
After that you can look at you changes at: http://0.0.0.0:4000/
Note: You may need to delete Gemfile.lock
first, the Docker process will recreate a version it can work with.
Bonus: Choose a good commit message
Provide a good title and describe what you want to change and why.
There is also a more in depth guide from github.