Skip to content

InvokerAndrey/Mosushi

Repository files navigation

Frontend Local Setup

Run the Django backend first. The frontend proxies API requests to the backend URL from DJANGO_API_URL.

1. Install Dependencies

npm install

2. Configure Environment

cp .env.example .env.local

For local development, keep:

DJANGO_API_URL=http://127.0.0.1:8000

3. Start The Frontend

npm run dev

Open http://localhost:3000.

Optional Production Check

npm run build
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors