@kulupu-linku/sona 0.1.10 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,19 @@
1
- # @linku/sona
1
+ # sona API
2
2
 
3
- This is a TypeScript library providing types for the sona API, a collaborative and open dataset,
4
- built by and for the Toki Pona community.
3
+ This folder holds the code for the sona API, hosted at https://api.linku.la/.
4
+
5
+ The API is built using TypeScript, [Vite](https://vitejs.dev/), and [Hono](https://hono.dev/), using Zod schemas verified against the source data.
6
+
7
+ ## Contributing
8
+
9
+ Requirements:
10
+
11
+ - [Node.js](https://nodejs.org/) (preferably latest)
12
+ - [pnpm](https://pnpm.io/) v8
13
+
14
+ How to contribute:
15
+
16
+ - Fork the repo and make any changes you want.
17
+ - Build the schemas in with `pnpm run generate`
18
+ - Run the dev server using `pnpm run dev` and verify that your changes work.
19
+ - Create a pull request back to the main branch and request a review from a maintainer.