Skip to content

Commit 1a0ca45

Browse files
CopilotdanielbodnarCopilot
authored
Add screenshots to README and improve documentation (#12)
* Initial plan * Add screenshots and enhance README.md with improved formatting Co-authored-by: danielbodnar <1790726+danielbodnar@users.noreply.github.com> * Store screenshots in repository for better reliability Co-authored-by: danielbodnar <1790726+danielbodnar@users.noreply.github.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Daniel Bodnar <1790726+danielbodnar@users.noreply.github.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Daniel Bodnar <1790726+danielbodnar@users.noreply.github.com> --------- Signed-off-by: Daniel Bodnar <1790726+danielbodnar@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: danielbodnar <1790726+danielbodnar@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3271316 commit 1a0ca45

7 files changed

Lines changed: 220 additions & 137 deletions

File tree

README.md

Lines changed: 212 additions & 131 deletions
Large diffs are not rendered by default.

docs/images/architecture.png

200 KB
Loading

docs/images/docs.png

197 KB
Loading

docs/images/hero.png

450 KB
Loading

docs/images/homepage-full.png

888 KB
Loading

docs/images/stack.png

199 KB
Loading

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,19 @@
3333
"quality": "oxlint && prettier --check ."
3434
},
3535
"dependencies": {
36-
"effect": "latest",
37-
"@effect/schema": "latest",
3836
"@effect/platform": "latest",
39-
"@effect/platform-node": "latest"
37+
"@effect/platform-node": "latest",
38+
"@effect/schema": "latest",
39+
"effect": "latest"
4040
},
4141
"devDependencies": {
42+
"@playwright/test": "^1.57.0",
43+
"@prettier/plugin-oxc": "latest",
44+
"@types/node": "latest",
4245
"oxlint": "latest",
46+
"playwright": "^1.57.0",
4347
"prettier": "latest",
44-
"@prettier/plugin-oxc": "latest",
45-
"typescript": "latest",
46-
"@types/node": "latest"
48+
"typescript": "latest"
4749
},
4850
"engines": {
4951
"bun": ">=1.0.0"

0 commit comments

Comments
 (0)