-
Notifications
You must be signed in to change notification settings - Fork 916
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
864fbee
commit cb924b4
Showing
2 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
## Contributions Welcome! | ||
|
||
Interested in contributing? We'd love your help! | ||
|
||
Our [issue tracker](https://github.com/pikapkg/snowpack/issues) 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](https://www.pika.dev/npm/snowpack/discuss) discussion board. | ||
|
||
```bash | ||
# Local Setup | ||
git clone ${REPO} | ||
npm install | ||
# Build after every change | ||
npm run build | ||
# Run the built package directly by path, in some sibling project | ||
../pkg/dist-node/index.bin.js | ||
# Or, link the built package to run via CLI in any directory | ||
cd pkg && npm link | ||
snowpack | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters