jcuroboclub / jcuroboclub.github.io

Webpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Here's how I did it (on Mac, Linus should be similar, sorry if you're on Windows):

  • Follow the installation instructions here
    • Use the rbenv option, - do so using Homebrew if on Mac

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install rbenv node

sudo gem install execjs

  • Clone this project to your develpoment directory of choice.
  • Navige to the folder.
  • Install the dependencies using Bundler

sudo gem install bundler

rbenv rehash

git checkout source

bundler install

Usage

See here

About

Webpage


Languages

Language:CSS 52.3%Language:JavaScript 23.5%Language:Ruby 15.0%Language:HTML 9.3%