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
-[Chinese docs](./readme.zh-CN.md) by [@monsterooo](https://github.com/monsterooo)
31
29
32
-
33
30
## Notice
34
31
35
-
This is now an [OPEN Open Source](http://openopensource.org/) project. I am not able to invest a significant amount of time into maintaining CRL and so am looking for volunteers who would like to be active maintainers of the project. If you are interested, shoot me a note.
36
-
32
+
My open source efforts are now focused on [Saasify](https://github.com/saasify-sh/saasify), and I am not able to invest a significant amount of time into maintaining CRL anymore. I am looking for volunteers who would like to become active maintainers of the project. If you are interested, please shoot me a note.
37
33
38
34
## Install globally
39
35
40
-
This package requires `node >= 4`, but we recommend `node >= 8`.
36
+
This package requires `node >= 10`.
41
37
42
38
```bash
43
39
npm install -g create-react-library
@@ -58,6 +54,7 @@ create-react-library
58
54
```
59
55
60
56
Answer some basic prompts about your module, and then the CLI will perform the following steps:
57
+
61
58
- copy over the template
62
59
- install dependencies via yarn or npm
63
60
- link packages together for local development
@@ -69,7 +66,6 @@ At this point, your new module should resemble this screenshot and is all setup
@@ -103,7 +98,6 @@ This builds `cjs` and `es` versions of your module to `dist/` and then publishes
103
98
104
99
Make sure that any npm modules you want as peer dependencies are properly marked as `peerDependencies` in `package.json`. The rollup config will automatically recognize them as peers and not try to bundle them in your module.
105
100
106
-
107
101
#### Deploying to Github Pages
108
102
109
103
```bash
@@ -153,7 +147,6 @@ Want to see a more completed list? Check out [Made with CRL](https://made-with-c
153
147
154
148
Want to add yours to the list? Submit an [PR](https://github.com/HurricaneInteractive/made-with-crl#adding-a-library) at the _Made with CRL_ repository.
0 commit comments