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
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ Within is an example of a big red button to help demonstrate how jsrepo works.
6
6
7
7
### Relevant Links
8
8
9
-
-[jsrepo](https://github.com/jsrepojs/jsrepo)
10
-
-[jsrepo.com](https://jsrepo.com)
9
+
-[jsrepo](https://github.com/jsrepojs/jsrepo)
10
+
-[jsrepo.com](https://jsrepo.com)
11
11
12
12
### Prerequisites
13
13
14
-
-Have an account on [jsrepo.com](https://jsrepo.com)
14
+
- Have an account on [jsrepo.com](https://jsrepo.com)
15
15
16
16
## Tutorial
17
17
@@ -75,7 +75,7 @@ Start by running the init command:
75
75
pnpm dlx jsrepo init --registry
76
76
```
77
77
78
-
When asked _"Where are your blocks located?"_ answer `./src/lib` and then add another called `./src/lib/components` these directories are where our categories are.
78
+
When asked _"Where are your blocks located?"_ answer `./src/lib` and then add another called `./src/lib/components` these directories are where our categories are.
79
79
80
80
Answer yes to _"Configure to publish to jsrepo.com?"_ and then input the name of your registry.
81
81
@@ -225,7 +225,7 @@ Now when we list our blocks only `big-red-button` will appear.
@@ -283,6 +283,7 @@ Finally let's create a workflow so that we can publish a new version of our regi
283
283
> If you are publishing from a workflow make sure to create a token [here](https://jsrepo.com/account/access-tokens/new) and add it with the name `JSREPO_TOKEN` under `Settings / Secrets and variables / Actions`
0 commit comments