-
Notifications
You must be signed in to change notification settings - Fork 2
Setup RecNet Locally
Shu-Wei Hsu edited this page Dec 18, 2024
·
2 revisions
RecNet(or RecNet-web) is the web application for Recnet. Powered by Next.js.
- node >= 18
pnpm install- Copy
.env.local.exampleto.env.local
cp .env.local.example .env.local
- Fill in the environment variables in
.env.local
Note that for RECNET_API_ENDPOINT, the port should match the port of the local backend server.
-
Proceed to Backend setup guide to setup backend server locally.
-
Start the development server using nx command
nx dev recnet