Skip to content

kitsane/4quant-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4Quant Webpage

This project contains the static site for http://www.4quant.com.

Installation

The be able to build and run the website locally, make changes and deploy, you need to have the following software on your computer:

Git

Git is used as version control system to manage the source code and a GUI GitHub client can be installed from:

Please have a look at the client help page on how to checkout the project locally to your computer.

Ruby

Ruby needs to be installed on your Machine. Bundler needs also be present, you can install it on the command line with:

$ gem install bundler

Node

Node needs to be installed on your Machine.

ImageMagick

ImageMagick

On mac:

$ brew install imagemagick

Prepare

To install all dependencies, bundle the project:

$ bundle
$ npm install
$ gulp

Run

To run the project, start middleman an open your browser at http://localhost:4567

$ bundle exec middleman

Build

To build the final site:

$ bundle exec middleman build

The site will be generated to the build directory.

Deployment

To deploy the final site to github use:

$ bundle exec middleman deploy

You can visit the site under 4quant.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •