Giter Site home page Giter Site logo

art-institute-of-chicago / gauguin-microsite Goto Github PK

View Code? Open in Web Editor NEW
1.0 5.0 0.0 48.43 MB

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

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

License: GNU Affero General Public License v3.0

PHP 2.20% JavaScript 13.24% HTML 24.54% CSS 60.02%
laravel jigsaw microsite exhibition chicago museum museums

gauguin-microsite's Introduction

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.

gauguin-microsite's People

Contributors

callicolone1 avatar illyamoskvin avatar nikhiltri avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.