Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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