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