[![Netlify Status](https://api.netlify.com/api/v1/badges/2d1ae5b1-d8bf-444a-8a73-39fe71dd4207/deploy-status)](https://app.netlify.com/sites/friendly-lovelace-c98437/deploys)

# CCL-site
Site du CCL

# Contribuez

## Pour les plus motivés

  - [Installer ruby](https://jekyllrb.com/docs/installation/)

  - Installer les gemmes `jekyll` et `bundler`
    ```
    gem install jekyll bundler
    ```

  - Cloner le dépot
    ```
    git clone https://github.com/perelo/CCL-site.git
    cd CCL-site
    ```

  - Installer les dépendances et prier
    ```
    bundle install
    ```

  - Prier encore
    ```
    jekyll serve
    ```

  - [Tester](http://localhost:4000/)