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

https://github.com/reimertz/ixd

IXD Boilerplate
https://github.com/reimertz/ixd

Last synced: 3 months ago
JSON representation

IXD Boilerplate

Awesome Lists containing this project

README

        

# ixd 2.0

## prerequisites
you need to have [jekyll](https://jekyllrb.com/docs/installation) and [node](https://nodejs.org/en/) installed.

## install dependencies

```
npm install
```

## run locally
```
npm run dev
```

deploy
```
git push # :D :D
```