We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5a778 commit ee330c3Copy full SHA for ee330c3
README.md
@@ -119,3 +119,25 @@ page
119
.child(div()) // Add an empty div to the page
120
.child(text("")); // Add an empty text to the page
121
```
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
140
+mentor
141
142
143
+We're using semver for versioning.
0 commit comments