/camandsarah.co.uk

Lightweight gallery for our wedding photos :)

Primary LanguageJavaScriptMIT LicenseMIT

camandsarah.co.uk

A prototype of a lightweight, modern, web gallery built to scratch a personal itch.

Dependencies

Setup

Once you have the above dependencies installed:

  • npm install
  • bower install

Usage

Add your photos to the assets/photos/originals directory, then run the following task:

grunt photos

Then start a local development server to test:

grunt connect

You should now be able to access a local copy of the site:

http://localhost:8000

Deployment

Build an optimised, deployment-ready, version of the site with the following task:

grunt build

Then upload the contents of the dist directory to your web server.