This repository contains sources for ASI homepage.
We use Middleman to generate static pages for deploy to the GitHub Pages.
This guide assumes that you use RVM and have installed Ruby version specified in .ruby-version.
rvm install <version>
or
rvm use <version>
git clone [email protected]:asi-wroclaw/asi.wroclaw.pl.git
cd asi.wroclaw.pl
bundle install --jobs=$(nproc)
gem install bundle_update_interactive
bundle exec middleman
Use snippet below or open it manually in your browser:
xdg-open http://localhost:4567
bundle exec middleman build
bundle ui