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

https://github.com/harshsinghvi/jekyll-dev


https://github.com/harshsinghvi/jekyll-dev

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# jekyll-dev

```bash
docker pull insomniaccoder/jekyll-dev
```

```bash
# Runnning a project
docker run -ti -p 80:80 -v $PWD:/app --rm insomniaccoder/jekyll-dev
```