This is the repository for the Status API.
Required:
Go to the project directory:
cd apps/apiInstall dependencies:
pnpm installPull environment variables:
vercel env pull .env.localNote
This project is deployed on Vercel at https://vercel.com/status-im-web/status-api. You can also get the environment variables manually from there. However this is recommended to pull envs through the Vercel CLI as there are a lot of them.
Start the development server:
pnpm dev