Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dberzano/dberzano.github.io


https://github.com/dberzano/dberzano.github.io

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

dberzano.github.io
==================

Personal website of [@dberzano](https://github.com/dberzano) as seen on
[dberzano.github.io](https://dberzano.github.io/).

# Test locally

To test the website locally, you need to have [Jekyll](https://jekyllrb.com/)
installed. You can install it in a separate bundle:

```bash
bundle install --path vendor/bundle
```

Then you can run the local server:

```bash
bundle exec jekyll serve
```