Skip to content

Commit b2dd56e

Browse files
committed
feat: screenshots with vhs for readme and docsite
1 parent 1c9bdf0 commit b2dd56e

11 files changed

Lines changed: 374 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
---
1717

18-
![DevProc Screenshot](./assets/screenshot.png)
18+
![DevProc Demo](./assets/demo.gif)
1919

2020
## Features
2121

assets/demo.gif

532 KB
Loading

assets/screenshot.png

98.9 KB
Loading

docs/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineConfig({
1010
starlight({
1111
title: "DevProc",
1212
description: "A terminal UI application for managing your local development environment",
13+
favicon: "/favicon.png",
1314
social: {
1415
github: "https://github.com/captjt/devproc",
1516
},

docs/public/demo.gif

532 KB
Loading

docs/public/favicon.png

4.36 MB
Loading

docs/src/assets/demo.gif

532 KB
Loading

docs/src/assets/screenshot.png

98.9 KB
Loading

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Card, CardGrid } from "@astrojs/starlight/components"
2121
import { Image } from "astro:assets"
2222
import bobby from "../../assets/bobby.png"
2323

24-
![DevProc terminal UI](../../assets/screenshot.png)
24+
<img src="/devproc/demo.gif" alt="DevProc Demo" style="border-radius: 20px; width: 100%;" />
2525

2626
## Features
2727

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"lint": "eslint .",
3838
"lint:fix": "eslint . --fix",
3939
"prettier:write": "prettier --write .",
40+
"screenshot": "bun run scripts/screenshot.ts",
41+
"screenshot:gif": "bun run scripts/screenshot.ts --gif",
4042
"docs:dev": "cd docs && bun run dev",
4143
"docs:build": "cd docs && bun run build",
4244
"docs:preview": "cd docs && bun run preview"

0 commit comments

Comments
 (0)