Skip to content

Commit

Permalink
reference the troubleshooting wiki page in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed May 21, 2024
1 parent 87b3705 commit cdf700c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
- [Getting Started](#getting-started)
- [Creating New Pages](#creating-new-pages)
- [Environment Variables](#environment-variables)
- [Creating The Marketplace App](#creating-the-marketplace-app)
- [Provider ID](#provider-id)
- [Authentication](#authentication)
- [Provider Credentials](#provider-credentials)
- [Creating The Marketplace App](#creating-the-marketplace-app)
- [Provider ID](#provider-id)
- [Authentication](#authentication)
- [Provider Credentials](#provider-credentials)
- [Webstore Component Library](#webstore-component-library)
- [Upgrading To The Latest Version](#upgrading-to-the-latest-version)
- [Component Library Dev Mode](#component-library-dev-mode)
Expand All @@ -29,6 +29,8 @@
4. `yarn dev` to boot this app as a server
- Once the logs show that the client and server have been successfully compiled, open [http://localhost:3000](http://localhost:3000) in your browser to see the result

_For troubleshooting reference this [wiki page](https://github.com/scientist-softserv/webstore/wiki/Troubleshooting)._

### Creating New Pages
Create pages by adding them to the `pages` directory.
- Reference [this documentation](https://nextjs.org/docs/basic-features/pages) for more info about pages
Expand Down

0 comments on commit cdf700c

Please sign in to comment.