1. Clone the repo
2. Create .env file in the root folder and paste below content in file
2. npm i
3. npm run dev
NEXT_PUBLIC_API_PATH=http://localhost:3001/
1. npm run build
2. npm start
1. npm run lint
2. npm run lint:fix
npm run docs
Navigate to http://localhost:3000.