Open source Gridcoin website
Uses the Jekyll Site builder https://jekyllrb.com
For installation of Jekyll please follow https://jekyllrb.com/docs/installation/ and pick your OS Guide.
-
sudo apt-get install git
-
git clone https://github.com/gridcoin-community/Gridcoin-Site.git
-
cd Gridcoin-Site
-
bundle install
-
Install Git for windows, https://git-scm.com/downloads
-
Use Git GUI to clone gridcoin Repo
--OR--
-
Go to the location you store Git Repos and Rightclick -> Gitbash here git clone https://github.com/gridcoin-community/Gridcoin-Site.git
-
Go to Gridcoin-Site folder (or whatever you specified when pulling the repo) Shift+RightClick -> Open Cmd Prompt Here or Open Powershell window here(Win 10)
-
bundle install
Delete Gemfile.lock and run bundle install
bundle exec jekyll serve
Head on over to the data subfolder to get more info.