You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Upgrading To The Latest Version](#upgrading-to-the-latest-version)
6
7
-[Component Library Dev Mode](#component-library-dev-mode)
7
8
-[Environment Variables](#environment-variables)
8
9
-[Authentication](#authentication)
@@ -12,20 +13,19 @@
12
13
-[Testing](#testing)
13
14
-[Jest](#jest)
14
15
-[Cypress](#cypress)
15
-
-[Cutting a New Release](#cutting-a-new-release)
16
+
-[Deployment](#deployment)
16
17
17
18
---
18
19
19
20
## Getting Started
20
21
21
-
1.[Configure token to pull from the github npm repository](configure-token-to-pull-from-the-github-npm-repository)
22
-
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
23
23
2.`yarn` to install automatic dependencies
24
24
3.`yarn dev` to boot this app as a server
25
-
- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result
26
-
- 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
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
29
29
30
30
<!-- [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`.
31
31
@@ -34,6 +34,16 @@ The `pages/api` directory is mapped to `/api/*`. Files in this directory are tre
34
34
### Webstore Component Library
35
35
The webstore requires a [React component library](https://reactjs.org/docs/react-component.html) of view components. That dependency is packaged and released independently.
36
36
37
+
#### Upgrading To The Latest Version
38
+
In the terminal:
39
+
```bash
40
+
# first check for whether there is an updated version
41
+
yarn outdated @scientist-softserv/webstore-component-library # check the values under "current" and "latest"
We are currently using [Vercel](www.vercel.com) to auto deploy this app to our staging environment. The `main` branch is accessible at https://webstore-staging.vercel.app.
0 commit comments