Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 571 Bytes

File metadata and controls

31 lines (20 loc) · 571 Bytes

[PROJECT NAME]

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

Getting Started

First, install our package dependancies:

npm i

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

Documentation

Documentation can be found here.

Deployment

[FILL ME IN]