Open source Gridcoin website
Uses the Middleman static site generator. https://middlemanapp.com/
sudo apt-get install ruby-dev
sudo apt-get install nodejs
sudo apt-get install build-essential
sudo gem install middleman
sudo apt-get install git
git clone https://github.com/gridcoin-community/Gridcoin-Site.git
cd Gridcoin-Site
bundle install
bundle exec middleman build
bundle exec middleman server
Head on over to the data subfolder to get more info.