@nationalarchives/cookies
v0.1.5
Published
A reusable cookie library for The National Archives
Downloads
1,386
Keywords
Readme
TNA Frontend Cookie Library
TNA Frontend Cookies is a reusable cookie library used by TNA Frontend and TNA Frontend Analytics.
Quickstart
# Install dependencies
npm install
npx playwright install
# Build the package
npm run build
# Run the tests
npm run test
# ...or run the tests in dev mode
npm run test:dev
# Lint the codebase
npm run lint
# Apply formatting
npm run prettier