From fe880c29528d16bc7b57310db8c20b66e0eb6d87 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Mon, 29 Oct 2018 13:57:39 +0100
Subject: [PATCH] add readme

---
 README.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3315d42
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# The Dynare Website
+
+## Pre-requisites
+
+- [Ruby](https://www.ruby-lang.org/en/)
+- [Jekyll](https://jekyllrb.com/)
+
+## Instructions
+
+- clone this repository: `git clone git@git.dynare.org:Dynare/website.git`
+- `cd website`
+- `bundle install`
+- `bundle exec jekyll serve`
+
+## To push version to server
+
+- `JEKYLL_ENV=production bundle exec jekyll serve`
+- push the contents of `_site` folder to server
-- 
GitLab