Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.15 KB

File metadata and controls

46 lines (32 loc) · 1.15 KB


Logo

SwissCAT+ Documentation

SwissCAT+ Documentation
Explore the docs »

Table of Contents

Overview

This project is designed to contain all relevant information for the SwissCat+ project

Installation

WARNINGS

It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub

Not tried yet -- Building and previewing your site locally

Assuming Jekyll and Bundler are installed on your computer:

  1. Change your working directory to the root directory of your site.
  2. Run bundle install.
  3. Run bundle exec jekyll serve to build your site and preview it at localhost:4000. The built site is stored in the directory _site.

Use