Plugin Builder is an Amplenote plugin that makes it easy to build plugins for Amplenote from Github projects.
- Clone this repo.
git clone [email protected]:alloy-org/plugin-builder.git
- Install node and npm if you haven't already.
- Run
npm install
to install the packages.
Run NODE_OPTIONS=--experimental-vm-modules npm test
to run the tests.
If it complains about jsdom being absent, run npm install -D jest-environment-jsdom
and try again.
NODE_OPTIONS=--experimental-vm-modules npm run test -- --watch