Skip to content
Snippets Groups Projects
Commit 23c929b2 authored by Eloi Perdereau's avatar Eloi Perdereau
Browse files

update README

parent 28b7dc9e
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,33 @@
# 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/)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment