You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
4
+
5
+
## Getting Started
6
+
7
+
First, run the development server:
8
+
9
+
```bash
10
+
npm run dev
11
+
# or
12
+
yarn dev
13
+
```
14
+
15
+
Open [http://localhost:3004](http://localhost:3004) with your browser to see the result.
16
+
17
+
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
18
+
19
+
## Learn More
20
+
21
+
To learn more about Next.js, take a look at the following resources:
22
+
23
+
-[Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
24
+
-[Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
25
+
26
+
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
0 commit comments