-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Daniela Escobar edited this page Aug 1, 2025
·
6 revisions
Note
Each workspace (client/ and server/) has its own .env file. You must create it by copying from its respective .env.example file:
# Frontend
cd client
cp .env.example .env
# Backend
cd server
cp .env.example .envFrom the root of the project, install all dependencies:
yarn installWith everything installed, run:
yarn dev:clientWith everything installed, run:
yarn dev:server