Setting up environment
RecNet

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

  1. Copy .env.local.example to .env.local
cp .env.local.example .env.local
  1. 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.

  1. Proceed to Backend setup guide to setup backend server locally.

  2. Start the development server using nx command

nx dev recnet