RecNet
RecNet(or RecNet-web) is the web application for Recnet (opens in a new tab). Powered by Next.js (opens in a new tab).
Requirements
- node >= 18
Documentation
Local Development
Installation
pnpm install
Prepare environment variable
- Copy
.env.local.example
to.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