https://www.kathycollins.co.uk/
A sandbox site to practice various aspects of web development.
Eventually it will become either a portfolio/e-commerce site for my mother or an inventory and accounts manamgement site for a small shop she helps run.
Currently it displays some basic CSS and Three.js work. Please click the "THREE", "FLEX" and "GRID" buttons to see more.
To run localhost development version:
yarn run dev
To run unit and integration tests:
yarn test
To run Cypress end to end testing:
yarn build
yarn start
npx cypress open
Select e2e testing and the Chrome browser then click on the .cy.ts
files.