Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 304 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 304 Bytes

D4DJ.info

D4DJ Project's Information Website

Usage

Install Dependency:

yarn install

web

Set env file

workspaces/web/.env.local:

NEXT_PUBLIC_BACKEND_URL=(Backend URL)
NEXT_PUBLIC_GOOGLE_ANALYTICS=(Google Analytics)

Run Development server:

yarn workspace web dev