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:
- Visit http://localhost:3000
- Run the background scheduler in a new (separate) terminal
Pro Tips
- Use shdotenv to load env vars from
.env
files