- Install Docker Desktop
git clone https://github.com/karmacircleCommunity/KarmaCircle.git
This repo is a monorepo; the frontend's docker-compose.dev.yaml lives at apps/web, not the repo root.
cd KarmaCircle/apps/web
- Once you're done installing, create a
.envfile in the root of your project directory to include all environment variables - The following are the environment variables you'll need before running the server:
PORT=
MONGO_URI=
RAZORPAY_KEY_ID=
KEY_ID=
KEY_SECRET=
- You can go through the Razorpay docs to generate the API keys
docker-compose up -d --build
visit localhost:3000 to run the app