Skip to content

Hoanle396/tunevibe-fe

Repository files navigation

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