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/zeit/next.js/tree/canary/packages/create-next-app).
2
2
3
-
## Available Scripts
3
+
## Getting Started
4
4
5
-
In the project directory, you can run:
5
+
First, run the development server:
6
6
7
-
### `npm run dev` (or `yarn dev`)
7
+
```bash
8
+
npm run dev
9
+
# or
10
+
yarn dev
11
+
```
8
12
9
-
Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000)to view it in the browser.
13
+
Open [http://localhost:3000](http://localhost:3000)with your browser to see the result.
10
14
11
-
### `npm run build` (or `yarn build`)
15
+
You can start editing the page by modifying `pages/index.js`. The browser auto-reloads as you edit the file.
12
16
13
-
Builds the app for production.
17
+
## Learn More
18
+
19
+
To learn more about Next.js, take a look at the following resources:
14
20
15
-
### `npm run start` (or `yarn start`)
21
+
-[Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
22
+
-[Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
16
23
17
-
Starts the app in production mode. It should be compiled with `next build` first.
24
+
You can check out [the Next.js GitHub repository](https://github.com/zeit/next.js/) - your feedback and contributions are welcome!
18
25
19
26
## Deploy on ZEIT
20
27
@@ -23,12 +30,3 @@ The easiest way to deploy this app is to use the [ZEIT Now Platform](https://zei
23
30
**[Click here to deploy on ZEIT Now](https://zeit.co/new?filter=next.js&utm_source=create-next-app&utm_medium=readme&utm_campaign=create-next-app)**.
24
31
25
32
Check out our [deployment documentation](https://nextjs.org/docs/deployment) for more details.
26
-
27
-
## Learn More
28
-
29
-
To learn more about Next.js, take a look at the following resources:
30
-
31
-
-[Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
32
-
-[Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
33
-
34
-
You can check out [the Next.js GitHub repository](https://github.com/zeit/next.js/) - your feedback and contributions are welcome!
0 commit comments