https://github.com/hypothesisworks/hypothesisworks.github.io
Main hypothesis.works website
https://github.com/hypothesisworks/hypothesisworks.github.io
Last synced: 9 months ago
JSON representation
Main hypothesis.works website
- Host: GitHub
- URL: https://github.com/hypothesisworks/hypothesisworks.github.io
- Owner: HypothesisWorks
- License: other
- Created: 2016-04-15T10:23:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T17:34:46.000Z (about 2 years ago)
- Last Synced: 2025-01-06T14:40:03.331Z (over 1 year ago)
- Language: HTML
- Size: 324 KB
- Stars: 3
- Watchers: 6
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# README #
This is the main hypothesis.works site. It is originally based off the [rifyll](https://github.com/itsrifat/rifyll) Jekyll template.
## Getting started
You need Git, make and Docker installed.
To run a local copy of the site:
```console
$ git clone git@github.com:HypothesisWorks/HypothesisWorks.github.io.git
$ make serve
```
The site should be running on .
If you make changes to the source files, it will automatically update.
To build a one-off set of static HTML files:
```console
$ make build
```
When you push to master, the site is automatically built and served by GitHub Pages.