Tomighty Github Page
This is the repository for the Tomighty website.
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.
- Check out the tomight-website project.
- In the project directory, run
npm install
- Run
grunt
to build the website - Copy the contents of the
release
directory into this directory - Commit to this repository, or create a pull request if you lack commit access
That's it!