From cdf700c48dc2e474a6332e378b316eed50cc5556 Mon Sep 17 00:00:00 2001 From: Alisha Evans Date: Tue, 21 May 2024 10:52:01 -0700 Subject: [PATCH] reference the troubleshooting wiki page in the readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 236b47f..c53419a 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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