tiberiucorbu / av-website

A showcase website for a photographer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AV Website

Showcase WebSite for a photographer.

Forked from the gae-init-upload sandbox.

No Maintenance Intended

Running the Development Environment

$ cd /path/to/project-name
$ gulp

To test it visit http://localhost:8080/ in your browser.


For a complete list of commands:

$ gulp help

Initializing or Resetting the project

$ cd /path/to/project-name
$ npm install
$ gulp

If something goes wrong you can always do:

$ gulp reset
$ npm install
$ gulp

To install Gulp as a global package:

$ npm install -g gulp

Deploying on Google App Engine

$ gulp deploy

Before deploying make sure that the main/app.yaml and gulp/config.js are up to date.

Tech Stack

Requirements

Author

profile for tiberiu.corbu at Stack Overflow, Q&A for professional and enthusiast programmers

Special thanks

Lipis flair on stackoverflow.com

Contributions and Ideas

About

A showcase website for a photographer.

License:MIT License


Languages

Language:HTML 37.2%Language:Python 36.6%Language:JavaScript 16.2%Language:CSS 6.4%Language:CoffeeScript 3.6%