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
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
16
-
17
-
The page will reload if you make edits.\
18
-
You will also see any lint errors in the console.
19
-
20
-
### `yarn test`
21
-
22
-
Launches the test runner in the interactive watch mode.\
23
-
24
-
### `yarn test:e2e`
25
-
26
-
Start integration tests.
27
-
28
-
### `yarn build`
29
-
30
-
Builds the library. It uses a custom webpack config found under `webpack.config.js`
31
-
32
-
This config is only used for building the `PACKAGE`, not for dev mode.
33
-
34
-
### Documentation
35
-
36
-
Documentation uses [typedoc](https://github.com/TypeStrong/typedoc) under the hood.
37
-
38
-
To generate documentation:
39
-
40
-
`yarn docs:generate`.
41
-
42
-
To view documentation:
43
-
44
-
`yarn docs:serve`
45
-
46
-
Utility command to do both:
47
-
48
-
`yarn docs:dev`
49
-
50
-
51
-
Documentation is currently not hosted or committed to git.
52
-
53
-
## Components
54
-
55
-
To see the components in action, start the server. The [Example](/src/Example.tsx) contains a small app showcasing all the components. Please make sure to add new component examples to the example when you add new ones.
1
+
# Nevermined React Library
2
+
3
+
This projects aims to provide generic React components that
0 commit comments