Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 447 Bytes

alebahamon-website

Installation

Install node from this link:

https://nodejs.org/en/

Then install sass

$ sudo npm install -g sass

It ask you for a password, write de password of the user of the computer.

Compile SASS

To change the styles of the web page you need to do edit the Sass's files and then run this command on the root folder of the project to compile it to CSS:

$ sass --watch sass/style.sass css/style.css