Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 871 Bytes

CONTRIBUTING.md

File metadata and controls

53 lines (36 loc) · 871 Bytes

Contrbuting

Welcome as a contributor to serverless-dynalite-local. Since the project is fairly new, and we stricly don't know it will lift off, we will discuss contributions on a case by case basis.

What's important to us, no matter what, is that we get feedback on how it works, and how it doesn't. We would love to hear from you no matter what experience you have with the library. Please open an issue in GitHub if you have any feedback.

Below you'll find instructions on how to get your hands dirty in case you want to start hacking on this library.

Hacking

Set up the project with yarn:

yarn

Build:

yarn build

Watch:

yarn watch

Run the tests:

yarn test

Check formatting:

yarn lint

Publishing

We use np to publish this package. Run:

npx np