Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.16 KB

Simple Landing Page

This is a simple landing page created using only Ruby, HTML, CSS and some JavaScript. It uses Docker. Made for educational purposes only.

landing-1-pc landing-2-pc landing-3-pc
landing-2-mobile landing-menu-mobile

Specifications

  • Ruby 2.7.2
  • Rails 6.1.2.1 or newer

Execution

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/.