0.0.1 • Published 2 years ago
anti-entropy v0.0.1
anti-entropy
anti-entropy is a collaborative agent that works with you, not for you.
Status: work-in-progress
Setup
- Create a copy of
.env.local.exampleand name it.env.local:
cp .env.local.example .env.localFill out the environment variables in .env.local only (this file is not tracked by version control).
Note: You should not commit your
.env.localfile or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.
- Install the necessary dependencies and then run the development server:
# install dependencies
pnpm install
# run Next.js development server
pnpm dev
# visit http://localhost:3000Upstash
- Register and go to https://console.upstash.com
- Click Create Database button
- Specify:
- Name, e.g.
anti-entropy - Primary Region, e.g.
Singapore (ap-south-east-1) - TLS (SSL) Enabled,
checked - Evition,
checked
- Name, e.g.
0.0.1
2 years ago