@vcita/design-system 1.17.10 → 1.17.12

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 CHANGED
@@ -4,6 +4,18 @@ You can find storybook [here](https://vcita.github.io/design-system)
4
4
 
5
5
  This project's goal is to create a set of tools that will enable future development to be quicker and more standard, while providing the vcita flavor.
6
6
 
7
+ ## Follow these steps to run the storybook locally
8
+
9
+ It's highly recommended to use the nvm tool to be able to install various versions of node locally
10
+
11
+ 1. nvm install 20 or switch to node v20
12
+ 2. npm i
13
+ 3. nvm install 16 or switch to node v16
14
+ 4. npm run storybook
15
+
16
+ Notice that ATM we need to install the dependencies in one node version but then execute it using another
17
+ TODO: standardise node version for both operations https://myvcita.atlassian.net/browse/VCITA2-2439
18
+
7
19
  ### Getting started
8
20
  ```
9
21
  npm i @vcita/design-system
@@ -1,2 +1,2 @@
1
- export { a_ as default } from '../entry-77eaf81c.js';
1
+ export { a_ as default } from '../entry-d97e14f6.js';
2
2
  import 'vuetify/lib';
@@ -1 +1 @@
1
- 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var entry=require('../entry-c3aeb76d.js');require('vuetify/lib');exports["default"]=entry.a_;
1
+ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var entry=require('../entry-ce95a133.js');require('vuetify/lib');exports["default"]=entry.a_;