The removal of designmodo's startup-framework has resulted in a lack of CSS, JS and html container/class id's --> The website is glitchy looking, needs tome TLC.
Comment by barton2526Sunday Jan 22, 2017 at 22:58 GMT
I'll be adding to this when I have the time. Working down the issue list I set up previously. If anyone has any suggestions feel free to add to the list.
Issue by grctest Sunday Jan 22, 2017 at 18:46 GMT Originally opened as https://github.com/Erkan-Yilmaz/Gridcoin-tasks/issues/44
https://github.com/grctest/Gridcoin-Site
The Gridcoin.US website has been open-sourced.
The removal of designmodo's startup-framework has resulted in a lack of CSS, JS and html container/class id's --> The website is glitchy looking, needs tome TLC.
It uses the MiddleMan Static Site generator to minimize duplicate code.
I quickly integrate suitable pull-requests.
Barton26 has helped out recently.
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
bundle exec middleman server