Skip to content
Snippets Groups Projects
README.md 388 B
Newer Older
  • Learn to ignore specific revisions
  • Bastien DUMONT's avatar
    Bastien DUMONT committed
    # ![Ecolyo_logo](https://forge.grandlyon.com/uploads/-/system/project/avatar/409/State_Default__Size_512px.png?width=64) [Ecolyo landing page](https://ecolyo.com/)
    
    Yoan VALLET's avatar
    Yoan VALLET committed
    
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
    Landing page for Ecolyo project.
    
    ## Development
    
    Open an html file with Live server (ctrl + shift + p)
    
    ```
    >Live server: Open with Live Server
    ```
    
    To compile scss files, open a terminal and run
    
    ```sh
    sass --watch .
    ```