Ecolyo landing page
Landing page for Ecolyo project.
Development
Open an html file with Live server (ctrl + shift + p)
>Live server: Open with Live Server
Compile SCSS files
If sass is not installed, run
yarn global add sass
To compile scss files, open a terminal and run
sass ./scss:public --watch
Deploy
Deploy the public directory