Skip to content

Commit ee330c3

Browse files
committed
docs: add contributing section
1 parent df5a778 commit ee330c3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,25 @@ page
119119
.child(div()) // Add an empty div to the page
120120
.child(text("")); // Add an empty text to the page
121121
```
122+
123+
## Contributing
124+
125+
### Quick Start
126+
127+
```sh
128+
git clone https://github.com/Vexcited/Pagiko && cd Pagiko
129+
130+
bun install
131+
bun run ./examples/... # run any example!
132+
```
133+
134+
### Release
135+
136+
I am using [Mentor](https://github.com/Vexcited/Mentor) to automatically
137+
create releases for this package.
138+
139+
```sh
140+
mentor
141+
```
142+
143+
We're using semver for versioning.

0 commit comments

Comments
 (0)