Skip to content

Commit 7e8288a

Browse files
author
Batiste Bieler
committed
Dcoument
1 parent 2d7b0d6 commit 7e8288a

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ init()
8585
### Tooling
8686
- **SSR Support** - `renderComponentToString()` for server-side rendering
8787
- **Hot Module Reloading (HMR)** - Instant updates during development
88+
- **Chrome DevTools** - Inspect Blop components tree
8889
- **CLI Tool** - Compile, format, and manage Blop projects from the command line
8990
- **Vite Compatibility** - Seamless integration with modern build tools
9091
- **Vitest Integration** - Write and run tests with a modern testing framework
@@ -213,22 +214,6 @@ chmod +x .git/hooks/pre-commit
213214

214215
**[Contributing Guide](docs/STYLE_GUIDE.md)**
215216

216-
## Example Project Structure
217-
218-
```text
219-
my-blop-app/
220-
├── src/
221-
│ ├── main.blop # Entry point
222-
│ ├── App.blop # Root component
223-
│ ├── components/ # Reusable components
224-
│ ├── lib/ # Utilities (state, router)
225-
│ └── pages/ # Page components
226-
├── index.html # HTML entry
227-
├── vite.config.js # Vite configuration
228-
├── vitest.config.js # Test configuration
229-
└── package.json
230-
```
231-
232217
## Links
233218

234219
- **[Live Demo](https://batiste.github.io/blop/example/)** - See Blop in action

0 commit comments

Comments
 (0)