Clone the repo and install dependencies.
git clone git@github.com:tim-harding/squircle.git
cd squircle
npm installTo serve a test page:
npm run devTo build the library for production:
npm run buildTo publish the library to NPM:
./publish.shcd package
npm publish
cd ..The GitHub Actions workflow automatically builds and deploys the site after
pushing to main. To serve the website for local development, use
npm run pages-dev