Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 445 Bytes

getting_started.md

File metadata and controls

25 lines (19 loc) · 445 Bytes

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

Getting Started

First, install the dependencies:

pnpm install
# or
yarn
# or
npm install

Then, run the development server:

pnpm dev
# or
yarn dev
# or
npm run dev

Open http://localhost:3000 with your browser to see the result.