Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

Installation

Leonard Follner edited this page Apr 30, 2018 · 6 revisions

Requirements:

  • Bundler (requires ruby)
  • npm/node (currently required node-version is v8.11.1)
  • optional: nvm (if you use more than one node-version on your machine)

Installation:

  • git clone [email protected]:fsr/ese-website.git: clone the repository
  • cd ese-website: navigate into project-directory
  • bundle install: installs Jekyll and other Jekyll-dependencies (see Gemfile)
  • nvm use: changes node-version to v8.11.1 (you can skip this step if your installed node-version already is v8.11.1) (see .nvmrc)
  • npm install: installs jquery, sass, carousel, web pack, and others (see package.json)
  • ./node_modules/.bin/webpack

Development:

  • bundle exec jekyll serve: runs a ruby development-server watching for content- and style-changes. Point your browser to localhost:4000.

Building:

  • bundle exec jekyll build: compiles the website. You can find the finished page at _site/index.html
Clone this wiki locally