EURITO indicators UI.
Please take the following steps within the same dir:
- svizzle:
- clone the Svizzle repo
cd svizzlegit checkout dev(or another branch depending on what we're currently working on)npm installnpm run lernacleanboot --legacy-peer-deps- press yes when it asks
- linking:
- in
svizzle/packages/components/time_region_value, runnpm link - in
svizzle/packages/components/ui, runnpm link - with
npm list -g, you should see 2 lines like:@svizzle/time_region_value@0.0.1 -> /path/to/svizzle/packages/components/time_region_value@svizzle/ui@0.1.0 -> /path/to/svizzle/packages/components/ui
- in general, you need to
npm linkall packages that end up being modified by173_time_region_value
- in
- app:
- clone this repo
cd eurito_indicators/uigit checkout dev(or another branch depending on what we're currently working on)- linking:
npm link @svizzle/time_region_valuenpm link @svizzle/ui- in general, you need to
npm linkallsvizzlepackages that end up being modified by173_time_region_value
npm installnpm run makedatanpm run dev