Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 909 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 909 Bytes

sass_agency

A simple landing page for a software agency built on HTML + SASS.

Visit project: https://landing-page-agency.vercel.app/

Web

image

Mobile

image

Getting Started

Clone the project:

git clone https://github.com/MarcosSantosDev/sass_agency.git

Useful commands

Initialize Sass preprocessor:

To compile the Sass files, run the command.

npx sass sass/styles.sass:css/styles.css or npx sass --watch sass/styles.sass:css/styles.css

To see how it works, copy the relative path from where the project is located on your machine and paste it in the url field of the browser. And Voila!