https://github.com/mit-lcp/better-science-ideathon
Website for https://betterscience.mit.edu
https://github.com/mit-lcp/better-science-ideathon
reproducible-research
Last synced: about 1 month ago
JSON representation
Website for https://betterscience.mit.edu
- Host: GitHub
- URL: https://github.com/mit-lcp/better-science-ideathon
- Owner: MIT-LCP
- License: mit
- Created: 2017-04-20T20:14:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T20:25:10.000Z (about 7 years ago)
- Last Synced: 2025-02-15T20:15:39.935Z (3 months ago)
- Topics: reproducible-research
- Language: CSS
- Homepage:
- Size: 2.02 MB
- Stars: 3
- Watchers: 29
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better Science Ideathon Website
This is the source code for the Better Science Ideathon website.
The website uses [Hugo](https://gohugo.io/), a static website engine, with the [Universal theme](http://themes.gohugo.io/hugo-universal-theme/).# Building the website locally
Hugo makes it fairly easy to prototype the website locally. The steps are:
1. [Install Hugo](https://gohugo.io/#action)
2. Clone this repository recursively: `git clone --recursive [email protected]:MIT-LCP/better-science-ideathon.git`
3. 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](https://gohugo.io/overview/introduction/).# Deployment
The website is hosted on webserver. Add webserver as a remote and use git push to deploy the website.