Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grctest/gridcoin-site
Open source Gridcoin website -- CM's fork
https://github.com/grctest/gridcoin-site
gridcoin open-source website
Last synced: 12 days ago
JSON representation
Open source Gridcoin website -- CM's fork
- Host: GitHub
- URL: https://github.com/grctest/gridcoin-site
- Owner: grctest
- License: mit
- Created: 2016-05-17T11:52:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T18:37:11.000Z (over 4 years ago)
- Last Synced: 2024-12-03T23:13:13.363Z (2 months ago)
- Topics: gridcoin, open-source, website
- Language: HTML
- Homepage: https://github.com/gridcoin-community/Gridcoin-Site/
- Size: 31.8 MB
- Stars: 6
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gridcoin-Site
Open source Gridcoin websiteUses 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 building the website:
bundle exec middleman build
### For running the development web server:
bundle exec middleman server