Welcome to the HTM 2.0 website. This website is built on Gatbsy and built and served via Netlify.
If you would like to contribute to this website either ask to become part of the HTM web team or make a pull request against the repository.
- Make sure you have NPM installed. Clone the repository to your local environment.
- Install gatsby CLI.
- Run
gatsby develop
To deploy the site, make a pull request or commit against master. Once merged in the website will automatically deploy live to production.
This project comes with a few handy commands for linting and code fixing. The most important ones are the ones to develop and ship code. You can find the most important commands below.
Run in the project locally.
Run a production build into ./public
. The result is ready to be put on any static hosting you prefer.
Run a production build into ./public
and publish the site to GitHub pages.
Removes all dependencies, scripts and data from the installation script.