Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 175 Bytes

File metadata and controls

17 lines (13 loc) · 175 Bytes

Install required Dependencies

=> npm install next

Getting Started

then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev