Skip to content

Commit

Permalink
doc (example-blog): add a README for the example
Browse files Browse the repository at this point in the history
  • Loading branch information
GuzmanBellon committed Aug 29, 2024
1 parent 88462df commit 27094c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/example-blog-tailwind/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 27094c7

Please sign in to comment.