buying-catalogue-components
v5.0.17
Published
Nodejs express app for Buying Catalogue components
Readme
buying-catalogue-components
A library of components specifically for Buying Catalogue
Run
npm run build
npm run start
Holding page
- 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 WEchrome extension- Remove references to
savepageincluding JS, meta and icon tags pointing to relative URLs
- Remove references to
To locally link this library
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
To locally unlink this library
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
