Website for Frost Music Festival
- Make sure the code is on local computer:
git clone https://github.com/StanfordConcertNetwork/frostmusicfestival.com.git
- Install
ruby2.7
- Install 'bundler' and 'jekyll' inside correct directory:
cd frostmusicfestival.com gem install bundler jekyll
- Install bundler packages:
bundle install
- Now you can start the server!
bundle-2.7 exec jekyll serve --livereload