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

https://github.com/r-barnes/youthdanceweekend


https://github.com/r-barnes/youthdanceweekend

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Getting started

Linux:
```
sudo apt install ruby # Get ruby installed
# Install bundle somehow
bundle config path ~/.bundle-stuff
```

Local development:
```
bundle exec jekyll serve --config _config.yml,_config_dev.yml
```