From 27094c76ede0c6d604572e5d3c78d78847b57aab Mon Sep 17 00:00:00 2001 From: GuzmanBellon Date: Fri, 30 Aug 2024 00:31:08 +0200 Subject: [PATCH] doc (example-blog): add a README for the example --- frontend/example-blog-tailwind/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frontend/example-blog-tailwind/README.md diff --git a/frontend/example-blog-tailwind/README.md b/frontend/example-blog-tailwind/README.md new file mode 100644 index 0000000..fa6553d --- /dev/null +++ b/frontend/example-blog-tailwind/README.md @@ -0,0 +1,12 @@ +# Example Blog Tailwing + +This is an example blog built with [Tailwind CSS](https://tailwindcss.com/) and [Vite](https://vitejs.dev/). +The code was generated in part with the help of Anthropic Claude Sonnet 3.5. It's part of an experiment on how generative AI can be used to change the development workflow of web applications. + +## Installation + +```bash +npm install +npm run dev # for development +npm run build # for production +```