Skip to content

RubricLab/trigger-ai-copy

Repository files navigation

CopyPrettifier by Trigger.dev

Welcome to CopyPrettifier! Try it for free here.

Contributing

First, install dependencies and run the development server:

bun i
bun run dev

For this step, you may need to create an account on Trigger.dev. You can log in with your GitHub account.

To link the jobs/ directory to Trigger.dev, clone and populate the .env file with your Trigger.dev keys, then run the Trigger.dev CLI:

cp .env.example .env.local
npx @trigger.dev/cli@latest dev

This may require installing or updating the CLI. When linked, you should see a message like this:

✅ Detected TriggerClient id: jobs-abcd
✅ Found API Key in .env.local file
✅ Created tunnel: abc123.ngrok.app

Open localhost:3000 in your browser to see the result.

Learn More

To learn more about Trigger.dev, see our Getting Started guide!

You can check out the Trigger.dev GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

Deploy with Vercel