A library of components specifically for Buying Catalogue
npm run build
npm run start
- Edit file
app/views/holding.njk
- Run project, click link from root or navigate to
/holding
- Use a tool to save the page offline such as the
Save Page WE
chrome extension- Remove references to
savepage
including JS, meta and icon tags pointing to relative URLs
- Remove references to
Steps:
- Go to buying-catalogue-components root and run
npm link
- Go to another app e.g. PB and run
npm link buying-catalogue-components
Steps:
- Go to the other app e.g. PB and run
npm unlink --no-save buying-catalogue-components
- Still in that app run
npm i
- Go to buying-catalogue-components root and run
npm unlink