Skip to content

tomighty/tomighty.github.io

Repository files navigation

tomighty.github.io

Tomighty Github Page

This is the repository for the Tomighty website.

Deploying

Currently the actual website content is hosted on the tomighty-website repository. In order to redeploy the website you must check out the website repository, build the site, and deploy it to this repository.

  1. Check out the tomight-website project.
  2. In the project directory, run npm install
  3. Run grunt to build the website
  4. Copy the contents of the release directory into this directory
  5. Commit to this repository, or create a pull request if you lack commit access

That's it!