-[Download the latest release](https://.com/coreui/coreui-react/archive/v4.0.0-alpha.0.zip)
48
+
-[Download the latest release](https://.com/coreui/coreui-react/archive/v4.0.0-rc.4.zip)
49
49
- Clone the repo: `git clone https://.com/coreui/coreui-react.git`
50
50
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react@next`
51
51
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react@next`
52
52
53
-
Read the [Getting started page](https://coreui.io/react/docs/4.0/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
53
+
Read the [Getting started page](https://coreui.io/react/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
54
54
55
55
### Stylesheets
56
56
57
-
React components are styled using `@coreui/coreui` CSS library, but you can use them also with bootstrap CSS library. That is possible because `@coreui/coreui` library is compatible with bootstrap, it just extends its functionalities. The only exception is custom CoreUI components, which don't exist in the Bootstrap ecosystem.
57
+
React components are styled using `@coreui/coreui` CSS library, but you can use them also with bootstrap CSS library. That is possible because `@coreui/coreui` library is compatible with bootstrap, it just extends its functionalities. The only exception are custom CoreUI components, which don't exist in the Bootstrap ecosystem.
Have a bug or a feature request? Please first read the [issue guidelines](https://.com/coreui/coreui-react/blob/v4-dev/./CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://.com/coreui/coreui-react/issues/new).
109
+
Have a bug or a feature request? Please first read the [issue guidelines](https://.com/coreui/coreui-react/blob/v4/./CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://.com/coreui/coreui-react/issues/new).
98
110
99
111
## Documentation
100
112
101
-
The documentation for the CoreUI & CoreUI PRO is hosted at our website [CoreUI for React](https://coreui.io/react/docs/4.0/getting-started/introduction)
113
+
The documentation for the CoreUI & CoreUI PRO is hosted at our website [CoreUI for React](https://coreui.io/react/docs/getting-started/introduction)
102
114
103
115
### Running documentation locally
104
116
105
-
1. Run `yarn install` to install the Node.js dependencies, including Hugo (the site builder).
106
-
2. Run `yarn docz:build` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
107
-
3. From the root directory, run `yarn docz:serve` in the command line.
108
-
4. Open `http://localhost:3000/` in your browser, and voilà.
117
+
1. Run `yarn install`or `npm install`to install the Node.js dependencies.
118
+
2. Run `yarn bootstrap`or `npm run bootstrap`to link local packages together and install remaining package dependencies.
119
+
3. From the root directory, run `yarn docs:dev` or `npm run docs:dev` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
120
+
4. Open `http://localhost:8000/` in your browser, and voilà.
109
121
110
122
## Contributing
111
123
112
-
Please read through our [contributing guidelines](https://.com/coreui/coreui-react/blob/v4-dev/./CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
124
+
Please read through our [contributing guidelines](https://.com/coreui/coreui-react/blob/v4/./CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
113
125
114
-
Editor preferences are available in the [editor config](https://.com/coreui/coreui-react/blob/v4-dev/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
126
+
Editor preferences are available in the [editor config](https://.com/coreui/coreui-react/blob/v4/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
115
127
116
128
## Community
117
129
118
130
Stay up to date on the development of CoreUI and reach out to the community with these helpful resources.
119
131
120
-
- Read and subscribe to [The Official CoreUI Blog](https://coreui.io/blog/).
132
+
- Read and subscribe to [The Official CoreUI Blog](https://blog.coreui.io/).
121
133
- Join [the official Community](https://community.coreui.io/).
122
134
123
135
You can also follow [@core_ui on Twitter](https://twitter.com/core_ui).
@@ -139,6 +151,10 @@ See [the Releases section of our project](https://.com/coreui/coreui-react
139
151
140
152
-<https://.com/xidedix>
141
153
154
+
**The CoreUI Team**
155
+
156
+
-<https://.com/orgs/coreui/people>
157
+
142
158
## Copyright and license
143
159
144
160
Copyright 2021 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://.com/coreui/coreui-react/blob/v4-dev/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
0 commit comments