Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 775 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (23 loc) · 775 Bytes

Contributions Welcome!

Interested in contributing? We'd love your help!

Our issue tracker is always organized with a selection of high-proirity bugs, feature requests, and "help wanted!"/"good first issue" items. For general package troubleshooting and discussions, check out our Package Community discussion board.

# Local Setup
git clone ${REPO}
npm install
# Build after changes
npm run build
# Run your tests
npm test
# Run snowpack locally by path, in some sibling project
cd ../some-other-project && ../pkg/dist-node/index.bin.js 
# Or, link the built package to run anywhere via global CLI
cd pkg && npm link
snowpack