Skip to content

Commit

Permalink
move contrib info to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Feb 16, 2020
1 parent 864fbee commit cb924b4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
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
```
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,3 @@ npm install --save-dev snowpack
- A basic svelte setup powered by svelvet: [[Source]](https://github.com/jakedeichert/svelvet)
- 🙋‍♀️ Have a great example you'd like to share? Create it on [CodeSandbox](https://codesandbox.io/), [Glitch](https://glitch.com), or [GitHub](https://github.com/new). Then add it here via PR.


## Contributors Welcome!

Interested in contributing? We'd love your help! Our [issue tracker](https://github.com/pikapkg/snowpack/issues) is always organized with high-proirity bugs, feature requests, and "help wanted!"/"good first issue" items. For other threads, check out our [Package Community](https://www.pika.dev/npm/snowpack/discuss) for general package troubleshooting and discussions.

```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
```

0 comments on commit cb924b4

Please sign in to comment.