Skip to content
Snippets Groups Projects
README.md 670 B
Newer Older
  • Learn to ignore specific revisions
  • [![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)
    
    
    Eloi Perdereau's avatar
    Eloi Perdereau committed
    # CCL-site
    Site du CCL
    
    Eloi Perdereau's avatar
    Eloi Perdereau committed
    
    # 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/)