vrq
v0.0.1
Published
<div align="center"> <h1 align="center">Vercel-Queue</h1> <h5>A queue library developed during the Vercel Winter Hackathon.</h5> </div>
Downloads
7
Readme
Powered by
Development
This monorepo is managed by turborepo and uses pnpm
for dependency management.
Install dependencies
pnpm install
Build
pnpm build
Run an example
Make sure you create a .env
, put in your OpenAI token, then run the following:
pnpm turbo run dev --filter=dalle-2
Run local dashboard
pnpm dashboard
This will run the dashboard and open your browser at http://localhost:9999
Packages
- /packages/queue: The library to be imported into your project
- /packages/dashboard: A dashboard for task logs
- /examples/dalle-2: The original POC by @dom__inic (app)
Authors
This project was originally created by
- @dom__inic from @vercel
- @steventey from @vercel
- @chronarkdotdev from @upstash
- @nutlope from @vercel