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

https://github.com/kdl-org/kdl-org.github.io

Here's where kdl.dev is hosted from.
https://github.com/kdl-org/kdl-org.github.io

Last synced: 7 months ago
JSON representation

Here's where kdl.dev is hosted from.

Awesome Lists containing this project

README

          

# kdl.dev

Built with:

- [11ty](https://11ty.dev)
- [Tailwind](https://tailwindcss.com/)

## Development

Tested on Node 14.15.0 with npm 6.14.8.

After running `npm install`, you can run a development environment with:

```
npm run dev
```

**Note:** Changes to Tailwind configuration or bare CSS in `global.css` are not
picked up and sync'd by 11ty's Browsersync server automatically.