https://github.com/loopj/loopj.github.com
Sources for the loopj.com website
https://github.com/loopj/loopj.github.com
Last synced: 10 months ago
JSON representation
Sources for the loopj.com website
- Host: GitHub
- URL: https://github.com/loopj/loopj.github.com
- Owner: loopj
- Created: 2011-03-16T05:51:28.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T19:36:55.000Z (about 1 year ago)
- Last Synced: 2025-04-29T20:30:29.262Z (about 1 year ago)
- Language: HTML
- Homepage: https://loopj.com/
- Size: 1.53 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loopj.com
Sources for the [loopj.com](https://loopj.com) website.
## Installing dependencies
```bash
bundle install --path vendor/bundle
```
## Serve the site locally
```bash
bundle exec jekyll serve
```
## Build the site
```bash
bundle exec jekyll build
```