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

https://github.com/jnidzwetzki/bboxdb-site

Source of the https://bboxdb.org website
https://github.com/jnidzwetzki/bboxdb-site

Last synced: 2 months ago
JSON representation

Source of the https://bboxdb.org website

Awesome Lists containing this project

README

        

# BBoxDB org website
Source of the https://bboxdb.org website

```shell
apt-get install ruby-dev ruby-bundler

gem install --user-install bundler
gem install --user-install jekyll

# Syntax highlight
gem install --user-install kramdown rouge
rougify style github > assets/css/syntax.css

bundle config set --local path 'vendor/bundle'
bundle install

export PATH=$PATH:~/.local/share/gem/ruby/2.7.0/bin

bundle exec jekyll serve
bundle exec jekyll serve --host=0.0.0.0
```