Skip to content

Setup RecNet Locally

Shu-Wei Hsu edited this page Dec 18, 2024 · 2 revisions

RecNet

RecNet(or RecNet-web) is the web application for Recnet. Powered by Next.js.

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

Clone this wiki locally