This is the source code for the Better Science Ideathon website. The website uses Hugo, a static website engine, with the Universal theme.
Hugo makes it fairly easy to prototype the website locally. The steps are:
- Install Hugo
- Clone this repository recursively:
git clone --recursive git@github.com:MIT-LCP/better-science-ideathon.git - Serve the website locally by running the following command in the root folder of this repository:
hugo serve. More information on how Hugo works can be found here.
The website is hosted on webserver. Add webserver as a remote and use git push to deploy the website.