Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 595 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 595 Bytes

NextJS-TUNEVIBE FRONTEND

image

Deployment

On Vercel at main branch

Environment requirement

NodeJS: v18.17.1 or LTS latest

Yarn: v1.22.19

Install Dependencies

cp .env.example .env

Install project dependencies:

yarn

Development (For Developer)

Run:

yarn dev

Open browser at:

http://localhost:3000

Build For Production

Run:

yarn build

Copy all content in .next for deployment