Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 475 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 475 Bytes

testing-av.github.io

http://test.full.band

Development environment

The site in run on GitHub Pages with Jekyll

macOS

Required executables can be installed with Homebrew:

brew install ruby

Jekyll can be installed with command:

gem install jekyll
gem install bundler

Run the site locally:

bundle exec jekyll serve