Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 381 Bytes

Vercel UI - Clone

Basically a clone of vercel website in the overview section.

Preview

Vercel UI Clone

Run the project in your machine

# first

npm run server
#or
yarn server

# then

npm run dev
# or
yarn dev

# use commands in that order or configure next.js/json-server to run on another port.