Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dberzano/dberzano.github.io
https://github.com/dberzano/dberzano.github.io
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dberzano/dberzano.github.io
- Owner: dberzano
- Created: 2014-04-18T15:15:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T09:19:40.000Z (2 months ago)
- Last Synced: 2024-11-10T10:23:54.973Z (2 months ago)
- Language: JavaScript
- Size: 3.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```