Skip to content

Shubh-Goyal-07/enterprise-chai-FE

Repository files navigation

Getting Started

Download node and npm from here

install the dependencies:

npm install

Set the environment variables in a file named .env.local in the root directory of the project. The file should contain the following:

NODEMAILER_PW=rhwk nbgb zubb muga # We need to generate another password with [email protected] account 
[email protected]
NEXT_PUBLIC_WS=ws://localhost/ws
NEXT_PUBLIC_BACKEND=http://localhost

First, run the development server:

npm run dev