Run locally
Easily test your new integrations by running Venice locally
While implementing your new Venice pipeline, you may want to run locally to test your changes.
Note: we welcome pull requests!
Localhost Quickstart
-
Clone repo
git clone git@github.com:usevenice/venice.git
-
Make a copy of the .env.example file named
.env
-
Populate your environment keys:
If you have an existing Vercel CLI setup, you can pull your environment keys using:
Note: if you need to run database migrations, you can use:
-
Visit http://localhost:3000
-
Run the background scheduler in a new (separate) terminal
Pro Tips
- Use shdotenv to load env vars from
.env
files