Skip to content

Commit

Permalink
Merge branch 'main' of github.com:near/pagoda-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjacob committed Jul 31, 2024
2 parents f21d566 + 2568d39 commit 364fe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Due to this library having peer dependencies, `pnpm link` isn't compatible. Foll

- Have your project and the UI library cloned as siblings. EG: `projects/cool-project` and `projects/pagoda-ui`
- Inside `pagoda-ui`, make sure you've installed dependencies and build your changes with `pnpm i` and `pnpm build`
- Inside your project folder, run `pnpm i file:../pagoda-ui` and then boot up your dev server
- Inside your project folder, run `pnpm add file:../pagoda-ui` and then boot up your dev server
- After making any changes to `pagoda-ui`, make sure you run `pnpm build` to then see changes when previewing your project
- Once you're done previewing changes, make sure you revert changes to the `package.json` and lock file in your project so that it no longer references `file:../pagoda-ui`.

Expand Down

0 comments on commit 364fe96

Please sign in to comment.