/fe-challenge

Primary LanguageTypeScript

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install the dependeindcies:

npm install
# or
yarn install
# or
pnpm install

Add the .env.local file

NEXT_PUBLIC_API_REST=http://67.205.189.142:8000/
NEXT_PUBLIC_SOCKET_URL=ws://67.205.189.142:8000/websockets/
First, run the development server:

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev