Skip to content

Commit 0952a0d

Browse files
committed
doc (example-blog): add a README for the example
1 parent f7f98d3 commit 0952a0d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Example Blog Tailwing
2+
3+
This is an example blog built with [Tailwind CSS](https://tailwindcss.com/) and [Vite](https://vitejs.dev/).
4+
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.
5+
6+
## Installation
7+
8+
```bash
9+
npm install
10+
npm run dev # for development
11+
npm run build # for production
12+
```

0 commit comments

Comments
 (0)