We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2deb15 commit 35197d1Copy full SHA for 35197d1
2 files changed
README.md
@@ -6,32 +6,12 @@
6
7
XYO Layer One Protocol Sample Code (React)
8
9
-## Reference
10
-
11
-**@xyo-network/xl1-protocol-samples-react**
12
13
-***
14
15
-## Functions
16
17
-- [XL1BrowserSample](#functions/XL1BrowserSample)
18
19
-### functions
20
21
- ### <a id="XL1BrowserSample"></a>XL1BrowserSample
22
23
-[**@xyo-network/xl1-protocol-samples-react**](#../README)
24
25
26
27
-```ts
28
-function XL1BrowserSample(): Element;
29
-```
30
31
-## Returns
32
33
-`Element`
+## Getting Started
34
+1. Install the dependencies: `npm install`
+1. Start the sample website: `npm run serve`
+ 1. Visit the website it serves (i.e. http://localhost:3000)
+1. Follow the instructions on the sample page
35
36
## Maintainers
37
README_BODY.md
0 commit comments