ricardok / polyportorg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polyport.org Site

[![Build Status][travis_badge]][travis]

This is the polyport site, you can see the live site on http://polyport.org

Dependencies

To run this project you need to have:

  • Ruby 2.3.0 - You can use RVM
  • Node - You can get Node via $ brew install node or on the website
  • grunt-cli - You can get this via $ npm install -g grunt-cli or the Getting Started guide

Setup the project

  1. Install the depedencies above

  2. Clone the project

    $ git clone git@github.com:ricardok/polyportorg.git

  3. Go into the project folder

    $ cd polyportorg

  4. Install the gem dependencies

    $ bundle install

  5. Install the grunt dependencies

    $ npm install

If everything goes OK, you can now run the project!

Running the project

  1. Start the server, this will start the jekyll server, will compile your sass files and compile your javascripts.

    $ bundle exec foreman start

  2. Open http://localhost:4000.

About


Languages

Language:CSS 54.1%Language:Ruby 29.6%Language:HTML 16.3%