beeckcenter / softwarecollaborative.org

The State Software Collaborative website.
https://softwarecollaborative.org/
GNU General Public License v3.0
5 stars 15 forks source link

softwarecollaborative.org

This repo contains the code and content for the Intergovernmental Software Collaborative website.

Installation

If you want to run this locally, first, make sure you have the code on your machine, either by cloning this repo or by forking it and cloning the fork.

Next, make sure you have Ruby installed. We're using Ruby version 2.5.3.

Next, install the Ruby gem dependencies with bundler:

bundle install

Now you can run the site locally:

bundle exec jekyll serve

Note: The gem versions specified in the Gemfile are what's required by Github Pages as per their docs in Jan 2022.