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
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,13 @@
19
19
20
20
## Getting Started
21
21
22
-
1.[Configure token to pull from the github npm repository](configure-token-to-pull-from-the-github-npm-repository)
23
-
2. Confirm that your local node version is compliant with the node engine in the package.json
22
+
1. Confirm that your local node version is compliant with the node engine in the package.json
24
23
2.`yarn` to install automatic dependencies
25
24
3.`yarn dev` to boot this app as a server
26
-
- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result
27
-
- Create pages by adding them to the `pages` directory
28
-
- Reference [this documentation](https://nextjs.org/docs/basic-features/pages) for more info about pages
29
-
- The page auto-updates as you edit the file, although there may be a few seconds delay
25
+
- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result
26
+
4. Create pages by adding them to the `pages` directory
27
+
- Reference [this documentation](https://nextjs.org/docs/basic-features/pages) for more info about pages
28
+
- The page auto-updates as you edit the file, although there may be a few seconds delay
30
29
31
30
<!-- [API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
0 commit comments