Files
2026-08-25 12:40:55 +00:00
..
2025-12-05 10:47:23 +09:00
2025-05-09 01:42:28 +09:00
2025-11-26 17:01:48 +09:00
2025-05-09 01:42:28 +09:00
2025-11-26 17:01:48 +09:00
2025-05-09 01:42:28 +09:00
2026-08-25 12:40:55 +00:00
2025-05-09 01:42:28 +09:00
2026-08-25 12:40:55 +00:00
2026-02-12 12:01:27 +09:00
2025-08-26 03:09:11 +09:00
2025-09-10 16:17:47 +09:00

Status API

This is the repository for the Status API.

Prerequisites

Required:

Getting Started

Go to the project directory:

  cd apps/api

Install dependencies:

  pnpm install

Pull environment variables:

  vercel env pull .env.local

Note

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