Quick Start

Web

Get the RawStack web frontend up and running locally.

Prerequisites

Steps

1. Install dependencies

cd apps/web
npm install

2. Configure environment

cp .env.example .env.local

Set NEXT_PUBLIC_API_URL=http://localhost:3001.

3. Start the dev server

npm run dev

The web app is available at http://localhost:3000 with Turbopack hot reload.

On this page