art-institute-of-chicago / gauguin-microsite

Microsite for Gauguin: Artist as Alchemist exhibition (June 25th – Sept. 10, 2017)

Home Page:http://gauguin.artic.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Art Institute of Chicago

Gauguin Microsite

A microsite for our 2017 Gauguin exhibition

This is a promotional website for the Art Institue of Chicago's Gauguin: Artist as Alchemist exhibition (June 25th – Sept. 10, 2017). It uses Jigsaw, a static site generator made with Laravel components.

Requirements

Note that we included Jigsaw in composer.json, but for convenience, you may want to install it globally. Laravel Elixir is an API for defining Gulp tasks, which Jigsaw uses for compiling assets (e.g. SCSS into CSS).

Installation

To get started with this project, use the following commands:

# Clone the repo to your computer
git clone https://github.com/art-institute-of-chicago/gauguin-microsite.git

# Enter the folder that was created by the clone
cd gauguin-microsite

# Install PHP dependencies (notably Jigsaw)
composer install

# Install Node.js packages
npm install

# Build the local version of the site
./vendor/bin/jigsaw build

# Run the development server
./vendor/bin/jigsaw serve

You can now view your site at http://localhost:8000 in your browser.

Please note that these instructions assume that Jigsaw is installed locally, via composer.json. If you installed Jigsaw globally, you can substitute calls to ./vendor/bin/jigsaw with just jigsaw. See its installation guide for more details.

You can alternatively use gulp watch to run a development server and access your site at http://localhost:3000. This will compile all the CSS, and the browser will automatically update when you make changes.

Features

To start the slideshow on a given slide, use the q parameter value:

http://localhost:3000/?q=2

This will start the slideshow on the second slide.

About

Microsite for Gauguin: Artist as Alchemist exhibition (June 25th – Sept. 10, 2017)

http://gauguin.artic.edu

License:GNU Affero General Public License v3.0


Languages

Language:CSS 60.0%Language:HTML 24.5%Language:JavaScript 13.2%Language:PHP 2.2%