https://github.com/php-http/httplug.github.io
HTTPlug website
https://github.com/php-http/httplug.github.io
Last synced: 9 months ago
JSON representation
HTTPlug website
- Host: GitHub
- URL: https://github.com/php-http/httplug.github.io
- Owner: php-http
- Created: 2015-11-02T07:42:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T00:10:39.000Z (almost 2 years ago)
- Last Synced: 2024-03-25T20:00:37.958Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://httplug.io
- Size: 1.86 MB
- Stars: 3
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTPlug website
The website is created using [jekyll](https://jekyllrb.com/) and hosted on Github Pages.
Install dependencies using Bundler:
``` bash
$ bundle install
```
Watch the site for changes:
``` bash
$ bundle exec jekyll serve
```