Clone the repo and install dependencies.
git clone [email protected]:tim-harding/squircle.git
cd squircle
npm install
To serve a test page:
npm run dev
To build the library for production:
npm run build
To publish the library to NPM:
./publish.sh
cd 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