Skip to content

gamergrotto/dotcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamer Grotto Node Web Site (WIP)

Landing page web page for Gamer Grotto.

Prerequisites

  • Install node and npm
  • Install gulp globally (Optional)
    • npm install gulp -g
  • Install node modules locally
    1. Change directories to root of the project directory
    2. Install packages from package.json
      • npm install

Running locally

  1. Change directories to the root of the project
  2. Start local weblet with gulp task
    • gulp dev

Deploying

Deploy website to S3 using gulp task

  1. Change directories to the root of the project
  2. Run Gulp Deploy task
    • gulp deploy

Credit

This site was created from the New Age theme by Start Bootstrap.