Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 549 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 549 Bytes

tl;dr

npm install

Local Development

cd gatsby-plugin-thingity
npm link
cd ../your-content-project
npm link gatsby-plugin-thingity
npm install
npm run develop

Then open up the site at http://localhost:8000/

Then you can make local changes to thingity and see them applied to your-content-project.

Linting

npm run lint
npm run lint:fix

Publish Troubleshooting

Create a Github PAT with repo and read:packages` scopes, then:

npm login --registry=https://npm.pkg.github.com/
npm publish