From 80f2813e584026ee00e37947cc4a04f7eba7363d Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 21 Dec 2020 20:02:48 -0500 Subject: [PATCH] Basic local development instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dfbc138 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 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.