This project contains the static site for http://www.4quant.com.
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 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 needs to be installed on your Machine. Bundler needs also be present, you can install it on the command line with:
$ gem install bundlerNode needs to be installed on your Machine.
On mac:
$ brew install imagemagickTo install all dependencies, bundle the project:
$ bundle
$ npm install
$ gulpTo run the project, start middleman an open your browser at http://localhost:4567
$ bundle exec middleman
To build the final site:
$ bundle exec middleman buildThe site will be generated to the build directory.
To deploy the final site to github use:
$ bundle exec middleman deployYou can visit the site under 4quant.