Skip to content

Assisticant/assisticant.github.io

Repository files navigation

Assisticant

Web site for the MVVM dependency tracking framework.

The page is published at assisticant.net

Installation

Prerequisites:

For example, to set up on Ubuntu Bash in Windows:

sudo -s
apt update
apt install make gcc
apt-add-repository ppa:brightbox/ruby-ng
apt update
apt install ruby-all-dev ruby-switch
exit

To install:

bundle install

To run:

bundle exec jekyll serve