Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 1be38ee

Browse files
authored
Merge pull request #401 from scientist-hq/troubleshooting-steps
Reference the troubleshooting wiki page in the readme
2 parents 87b3705 + cdf700c commit 1be38ee

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
- [Getting Started](#getting-started)
44
- [Creating New Pages](#creating-new-pages)
55
- [Environment Variables](#environment-variables)
6-
- [Creating The Marketplace App](#creating-the-marketplace-app)
7-
- [Provider ID](#provider-id)
8-
- [Authentication](#authentication)
9-
- [Provider Credentials](#provider-credentials)
6+
- [Creating The Marketplace App](#creating-the-marketplace-app)
7+
- [Provider ID](#provider-id)
8+
- [Authentication](#authentication)
9+
- [Provider Credentials](#provider-credentials)
1010
- [Webstore Component Library](#webstore-component-library)
1111
- [Upgrading To The Latest Version](#upgrading-to-the-latest-version)
1212
- [Component Library Dev Mode](#component-library-dev-mode)
@@ -29,6 +29,8 @@
2929
4. `yarn dev` to boot this app as a server
3030
- 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
3131

32+
_For troubleshooting reference this [wiki page](https://github.com/scientist-softserv/webstore/wiki/Troubleshooting)._
33+
3234
### Creating New Pages
3335
Create pages by adding them to the `pages` directory.
3436
- Reference [this documentation](https://nextjs.org/docs/basic-features/pages) for more info about pages

0 commit comments

Comments
 (0)