An open API service indexing awesome lists of open source software.

https://github.com/jbangdev/jbang.dev

Website for jbang.dev
https://github.com/jbangdev/jbang.dev

Last synced: about 1 year ago
JSON representation

Website for jbang.dev

Awesome Lists containing this project

README

          

## jbang.dev website

[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)

Source code for https://jbang.dev

### Build and run with bundle

Install ruby with bundler and then do:

```
bundle install
bundle exec jekyll serve --livereload
```

### Build and run with docker

First choose your jekyll version tag from [Docker Hub](https://hub.docker.com/r/jekyll/jekyll/tags?page=1&ordering=last_updated).

Example, when building with Jekyll 4.2.0 -

```
docker run --rm -p 4000:4000 \
--volume="$PWD:/srv/jekyll" \
-it jekyll/jekyll:4.2.0 \
jekyll serve --livereload
```
Navigate to http://localhost:4000 for local site.
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Mark Mendoza

💻

Max Rydahl Andersen

🖋

Manik Magar

🖋

George Gastaldi

🖋

pxkbt

🖋

Nicolai Parlog

🖋

Tadayoshi Sato

🖋



Balachandran S

🖋

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!