This is a Next.js project.
First, install dependencies:
yarn install
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
Files in the pages/
directory are treated as Routes instead of React pages.
In Next.js, a page is a React Component exported from a .tsx
file in the /components/content
directory. Each page is associated with a route based on its file name
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.