Skip to content

Commit 6a6be65

Browse files
authored
Merge pull request #273 from scientist-softserv/readme-update
readme update for wcl part 2
2 parents 5086d4f + 1cd54b1 commit 6a6be65

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@
1919

2020
## Getting Started
2121

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
2423
2. `yarn` to install automatic dependencies
2524
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
3029

3130
<!-- [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`.
3231

0 commit comments

Comments
 (0)