@tetrascience-npm/tetrascience-react-ui 0.3.0-beta.1.1 → 0.3.0-beta.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -214,8 +214,8 @@ The repository includes example applications in the `examples/` directory:
|
|
|
214
214
|
|
|
215
215
|
```bash
|
|
216
216
|
# Clone the repository
|
|
217
|
-
git clone https://github.com/tetrascience/ts-lib-ui-kit
|
|
218
|
-
cd ts-lib-ui-kit
|
|
217
|
+
git clone https://github.com/tetrascience/ts-lib-ui-kit.git
|
|
218
|
+
cd ts-lib-ui-kit
|
|
219
219
|
|
|
220
220
|
# Install dependencies
|
|
221
221
|
yarn
|
|
@@ -228,9 +228,9 @@ Visit <http://localhost:5173> to see the example app with custom theming.
|
|
|
228
228
|
|
|
229
229
|
## Documentation
|
|
230
230
|
|
|
231
|
-
- [Getting Started Guide](
|
|
232
|
-
- [Theming Guide](
|
|
233
|
-
- [
|
|
231
|
+
- [Getting Started Guide](./get_started_1.md) - Step-by-step tutorial
|
|
232
|
+
- [Theming Guide](./THEMING.md) - Customise the design system
|
|
233
|
+
- [Contributing](./CONTRIBUTING.md#development-setup) - Clone the repo and run `yarn storybook`
|
|
234
234
|
|
|
235
235
|
## Tech Stack
|
|
236
236
|
|