Landing page web page for Gamer Grotto.
- Install node and npm
- Install gulp globally (Optional)
npm install gulp -g
- Install node modules locally
- Change directories to root of the project directory
- Install packages from package.json
npm install
- Change directories to the root of the project
- Start local weblet with gulp task
gulp dev
Deploy website to S3 using gulp task
- Change directories to the root of the project
- Run Gulp Deploy task
gulp deploy
This site was created from the New Age theme by Start Bootstrap.