Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divyenduz/cherrytext
Automatic and Auto-magic Documentation
https://github.com/divyenduz/cherrytext
docs inngest openai prisma xata
Last synced: 6 days ago
JSON representation
Automatic and Auto-magic Documentation
- Host: GitHub
- URL: https://github.com/divyenduz/cherrytext
- Owner: divyenduz
- Created: 2024-07-03T11:52:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T08:27:12.000Z (6 months ago)
- Last Synced: 2024-12-07T08:24:53.434Z (27 days ago)
- Topics: docs, inngest, openai, prisma, xata
- Language: TypeScript
- Homepage: https://cherrytext.com
- Size: 268 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CherryText.com
Find typos and writing improvements in your documentation and get suggestions to fix them.
## Example Usage
- [https://cherrytext.com/analyse/?url=https://xata.io/docs/getting-started/workflow](https://cherrytext.com/analyse/?url=https://xata.io/docs/getting-started/workflow)
## Development
```sh
cp _.dev.vars.example .dev.vars
cp _.env.example .env
pnpm install
pnpm run typegen
pnpm run dev
```## Deployment
Then, deploy your app to Cloudflare Pages:
```sh
pnpm run deploy
```