Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

An HTML / CSS / JavaScript template for creating WhatTheFuckIsMyMashup.com style web sites

License

Notifications You must be signed in to change notification settings

weirdly/zz-archived--wellness-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weirdly Wellness Generator

Requirements

  • NPM

Build

Check out this repository.

git clone [email protected]:weirdly/wellness-generator.git && cd wellness-generator

Install dependencies.

npm install

Compile static artifacts.

./node_modules/.bin/gulp build

(Alternatively, install gulp globally with npm install -g gulp)

This application comes bundled with a dev server. To use it, run gulp with no arguments.

./node_modules/.bin/gulp

This will build the artifacts as above, and will also start a live reload server, and open the local site in your browser.

Deploy

To deploy the site to production, use gulp.

./node_modules/.bin/gulp deploy

This will build, then force the content of the ./web dir into the gh-pages branch and push to origin. GitHub pages takes care of the deployment.

The updated site is now available at http://wellness.weirdlyhub.com/

Credit

Based on WTFEngine

About

An HTML / CSS / JavaScript template for creating WhatTheFuckIsMyMashup.com style web sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.5%
  • HTML 20.9%
  • CSS 17.6%