Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 567 Bytes

CONTRIBUTING.md

File metadata and controls

46 lines (32 loc) · 567 Bytes

Contributing

Clone the repo and install dependencies.

git clone [email protected]:tim-harding/squircle.git
cd squircle
npm install

Library

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

Publish

cd package
npm publish
cd ..

GitHub Pages demo

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