🔗 Production URL : https://mybooks-itsubedibesh.vercel.app/
📔 This is a Next.js project bootstrapped with create-next-app
.
Setup Project: yarn
Development mode: yarn dev
Build mode: yarn build
Start Build: yarn start
Lint project: yarn lint
Create a new .env.local
file on root of the project and add following.
BACKEND_URL="http://localhost:3000"
NEXT_PUBLIC_BACKEND_URL="http://localhost:3000"