https://github.com/hellofaizan/capture
https://github.com/hellofaizan/capture
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellofaizan/capture
- Owner: hellofaizan
- Created: 2025-01-10T17:26:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-21T10:46:38.000Z (5 months ago)
- Last Synced: 2026-01-21T22:11:16.913Z (5 months ago)
- Language: TypeScript
- Homepage: https://capturetext.vercel.app
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capture Text

First, install dependencies
```bash
npm install
# or
yarn
```
Then run in local development
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `/src/app/page.tsx`. The page auto-updates as you edit the file.