-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update developer preview sanchonet build (#1419)
* ci: update developer preview sanchonet build * chore: fix md linting * ci: align dev preview workflow with ci workflow * ci: use live sanchonet url for preview build * ci: update shared build step to include sanchonet url * chore: update static feature flag toggles for dev preview build
- Loading branch information
Showing
9 changed files
with
102 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,36 @@ | ||
### Working with UI Toolkit on an app level | ||
# Working with UI Toolkit on an app level | ||
|
||
To setup linking for local development between **UI Toolkit** and **Lace** or any other app, you need to link **UI Toolkit** with it on an app level. To achieve this follow steps listed below. | ||
To setup linking for local development between **UI Toolkit** and **Lace** or any other app, you need to link **UI Toolkit** with it on an app level. | ||
To achieve this follow steps listed below. | ||
|
||
> [!IMPORTANT] | ||
> [yalc](https://github.com/wclr/yalc) is a prerequisite for this setup to work. Install it using `yarn global add yalc` | ||
> [!IMPORTANT] > [yalc](https://github.com/wclr/yalc) is a prerequisite for this setup to work. Install it using `yarn global add yalc` | ||
#### UI Toolkit repository | ||
## UI Toolkit repository | ||
|
||
1. Clone code repository | ||
``` | ||
git clone git@github.com:input-output-hk/lace-ui-toolkit.git | ||
``` | ||
|
||
```sh | ||
git clone git@github.com:input-output-hk/lace-ui-toolkit.git | ||
``` | ||
|
||
2. Follow steps described in UI Toolkit's [README.md](https://github.com/input-output-hk/lace-ui-toolkit?tab=readme-ov-file#link-lace-ui-toolkit-for-local-development--testing) | ||
|
||
#### Lace repository | ||
## Lace repository | ||
|
||
1. Go to app directory ex. `apps/browser-extension-wallet` and setup linking | ||
``` | ||
yalc link @input-output-hk/lace-ui-toolkit | ||
``` | ||
2. Start dev mode | ||
``` | ||
yarn dev | ||
``` | ||
|
||
```sh | ||
yalc link @input-output-hk/lace-ui-toolkit | ||
``` | ||
|
||
2. Start dev mode | ||
|
||
```sh | ||
yarn dev | ||
``` | ||
|
||
3. Once development done remove linking | ||
``` | ||
yalc remove @input-output-hk/lace-ui-toolkit | ||
``` | ||
|
||
```sh | ||
yalc remove @input-output-hk/lace-ui-toolkit | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,37 @@ | ||
### Working with UI Toolkit on a package level | ||
# Working with UI Toolkit on a package level | ||
|
||
To setup linking for local development in Storybook for packages like **Core**, **Staking** or any other package, you need to link **UI Toolkit** with it on a package level. To achieve this follow steps listed below. | ||
To setup linking for local development in Storybook for packages like **Core**, | ||
**Staking** or any other package, you need to link **UI Toolkit** with it on a package level. | ||
To achieve this follow steps listed below. | ||
|
||
> [!IMPORTANT] | ||
> [yalc](https://github.com/wclr/yalc) is a prerequisite for this setup to work. Install it using `yarn global add yalc` | ||
> [!IMPORTANT] > [yalc](https://github.com/wclr/yalc) is a prerequisite for this setup to work. Install it using `yarn global add yalc` | ||
#### UI Toolkit repository | ||
## UI Toolkit repository | ||
|
||
1. Clone code repository | ||
``` | ||
git clone git@github.com:input-output-hk/lace-ui-toolkit.git | ||
``` | ||
|
||
```sh | ||
git clone git@github.com:input-output-hk/lace-ui-toolkit.git | ||
``` | ||
|
||
2. Follow steps described in UI Toolkit's [README.md](https://github.com/input-output-hk/lace-ui-toolkit?tab=readme-ov-file#link-lace-ui-toolkit-for-local-development--testing) | ||
|
||
#### Lace repository | ||
## Lace repository | ||
|
||
1. Go to package directory ex. `packages/core` and setup linking | ||
``` | ||
yalc link @input-output-hk/lace-ui-toolkit | ||
``` | ||
|
||
```sh | ||
yalc link @input-output-hk/lace-ui-toolkit | ||
``` | ||
|
||
2. Start dev mode (Storybook) | ||
``` | ||
yarn dev | ||
``` | ||
|
||
```sh | ||
yarn dev | ||
``` | ||
|
||
3. Once development done remove linking | ||
``` | ||
yalc remove @input-output-hk/lace-ui-toolkit | ||
``` | ||
|
||
```sh | ||
yalc remove @input-output-hk/lace-ui-toolkit | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters