-
Notifications
You must be signed in to change notification settings - Fork 1
Hwo to develop
Bassem AlSabbagh edited this page Jan 29, 2024
·
2 revisions
- When you first clone the repository, run
npm i
on the root level - After making changes execute
npm run build
in the root of your local clone of responsive-ui before you link it and test it in your local project - If you want to link the locally responsive-ui library to your local project (e.g. wetix/admin-portal), do as per the following image, and then run
npm i
in your local project root