Skip to content

thinktandem/old-website

Repository files navigation

Tandem Website

All the hacked up Kalastatic magic that builds and deploys http://www.thinktandem.io.

Getting Started

Install

git clone https://github.com/thinktandem/tandem.git
cd tandem
npm install

Serve the site

grunt

Watch all the files

grunt watch

Run tests

grunt test

Deploying

It is best to bump the version and tag a commit to build an official release. This can be done in the following ways depending on your desired bump.

# Bump to a new prelease version ie 0.2.0-beta.1
grunt release --type=prerelease

# Bump to a new patch version ie 0.2.1, this is the default
grunt release

# Bump to a new minor version ie 0.3.0
grunt release --type=minor

# Bump to a new major version ie 1.0.0
grunt release --type=major

That said you can also deploy straight up at any time using. Great for ye olde tyme hotfix!

grunt deploy

It is also an EXCELLENT idea to test out the release cycle first

grunt release --type=minor --dry-run=true

Other Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •