An open API service indexing awesome lists of open source software.

https://github.com/hellofaizan/capture


https://github.com/hellofaizan/capture

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Capture Text

![image](https://github.com/user-attachments/assets/c95f06fb-3526-40dc-93dc-b00535838b6f)

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.