mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-12 21:19:52 +01:00
docs: add Getting Started section
This commit is contained in:
parent
5944ec132b
commit
0a14f22742
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
1. Fork and clone the repository locally.
|
||||||
|
2. Run `yarn` to install all of the dependencies.
|
||||||
|
3. Start developing with the `yarn watch` command.
|
||||||
|
4. Tests can be run with the `yarn test` command.
|
||||||
|
5. Build code with the `yarn build` command.
|
||||||
|
|
||||||
## Releasing a New Version
|
## Releasing a New Version
|
||||||
|
|
||||||
First, build all the code via `yarn build`.
|
First, build all the code via `yarn build`.
|
||||||
|
|
Loading…
Reference in a new issue