Skip to content
Snippets Groups Projects
Select Git revision
  • fe880c29528d16bc7b57310db8c20b66e0eb6d87
  • master default
2 results

website

Forked from Dynare / website
416 commits behind the upstream repository.
Houtan Bastani's avatar
Houtan Bastani authored
fe880c29
History

The Dynare Website

Pre-requisites

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