Hey everyone ,
I am setting up Talawa-API locally on Windows using WSL. I had done below steps-
What next to do.
I am setting up Talawa-API locally on Windows using WSL. I had done below steps-
- Installed and configured WSL (Ubuntu)
- Installed Node.js via fnm inside WSL
- Enabled pnpm using corepack
- Installed Docker Desktop and verified Docker is running
- Installed Python and set up virtual environment
- Forked the repo and cloned it into a WSL directory
- Ran pnpm install
- Created .env using envFiles/.env.devcontainer
- Ran the setup script with pnpm tsx setup.ts (CI=false, defaults)
- Opened the repo root (talawa-api) in VS Code using WSL.
What next to do.