Skip to content
Snippets Groups Projects
README.md 529 B
Newer Older
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)

Bastien DUMONT's avatar
Bastien DUMONT committed
>Live server: Open with Live Server
```

### Compile SCSS files

If sass is not installed, run

```sh
yarn global add sass
```

Bastien DUMONT's avatar
Bastien DUMONT committed
To compile scss files, open a terminal and run

```sh
sass ./scss:public --watch
Bastien DUMONT's avatar
Bastien DUMONT committed
```

## Deploy

Deploy the public directory