Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.38 KB

My Books

🔗 Production URL : https://mybooks-itsubedibesh.vercel.app/

VS Code Javascript Typescript Markdown NextJs "React" "TailwindCSS"

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

Commands to use

Setup Project: yarn
Development mode: yarn dev
Build mode: yarn build
Start Build: yarn start
Lint project: yarn lint

Environment

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"