Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 812 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 812 Bytes

Landing Page

Simple web page developed during the webinar Code your first landing page in 2 hours.

The website has been deployed with GitHub Pages and is available live here.

Usage

Clone the repository to your computer (you must have Git installed) and open it in your favorite editor:

git clone git@github.com:lewagonlisbon/landing-page
cd landing-page
open . -a "Sublime Text" # or change Sublime Text with another editor

Open the HTML file in your browser or launch a Ruby server and go to http://localhost:8000:

ruby -run -e httpd . -p 8000

Play with the HTML and CSS code and refresh the page to see the new changes! 🤩