Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 810 Bytes

File metadata and controls

34 lines (23 loc) · 810 Bytes

Team 401 Website

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

Getting Started

To install dependencies:

npm i

Then run the development server:

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

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

Learn More

To learn more about Next.js, take a look at the following resources:

Check out Next.js deployment documentation for more details.