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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,20 @@
2
2
3
3
This is a starter repository for the decoupled menus initiative. Not accepting pull requests currently as this will probably move to drupal.org.
4
4
5
-
## client
5
+
## Structure
6
+
7
+
### client
6
8
7
9
This is the client that would ship to npm. Run `yarn build` to generate it at `client/index.js`
8
10
9
-
## docs
11
+
###docs
10
12
11
13
Next.js Docs site that's auto deployed to https://jsdrupal.github.io/js-client/
12
14
13
-
## example-node
15
+
###example-node
14
16
15
17
An example node application using the client
18
+
19
+
## DX Demos
20
+
21
+
This is also for setting up example workflows for developer experience. Some of which is documented [here](https://github.com/jsdrupal/js-client/wiki/d.o-Wishlist).
0 commit comments