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.
- Host: GitHub
- URL: https://github.com/kdl-org/kdl-org.github.io
- Owner: kdl-org
- Created: 2020-12-18T16:56:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T18:49:25.000Z (over 1 year ago)
- Last Synced: 2024-04-10T16:00:51.486Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://kdl.dev
- Size: 598 KB
- Stars: 8
- Watchers: 3
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.