This is a simple landing page created using only Ruby, HTML, CSS and some JavaScript. It uses Docker. Made for educational purposes only.
- Ruby 2.7.2
- Rails 6.1.2.1 or newer
In order to run the project, simply build the image with docker-compose
docker-compose build
run it
docker-compose up
and visit it on http://localhost:3000/
.