Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 541 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 541 Bytes

projecthydro.org

Rebranded website for Project Hydro.

About

This project uses Jekyll to generate a static website.

Setup

  1. Make sure to have Ruby 2.7 or newer installed.
  2. run gem install bundler to install Bundler
  3. run bundle install to install the dependencies of this project.
  4. run bundle exec jekyll serve to start the development server at http://localhost:4000

Deploy

  • chmod +x ./scripts/build.sh
  • ./scripts/build.sh