Skip to content

darbon/Gridcoin-Site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gridcoin-Site

Open source Gridcoin website

Uses the Middleman static site generator. https://middlemanapp.com/

Xubuntu guide:

sudo apt-get install ruby-dev

sudo apt-get install nodejs

sudo gem install middleman

sudo apt-get install git

sudo apt-get install build-essential

git clone https://github.com/grctest/Gridcoin-Site.git

cd Gridcoin-Site

bundle install

For running the development web server:

bundle exec middleman server

For building the website:

bundle exec middleman build

About

Open source Gridcoin website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.6%
  • Other 0.4%