This folder holds the code for the sona API, hosted at https://api.linku.la/.
The API is built using TypeScript, Vite, and Hono, using Zod schemas verified against the source data, in the schemas directory.
Requirements:
How to contribute:
- Fork the repo and make any changes you want.
- Build the schemas in
../schemas/withpnpm run build - Run the dev server using
pnpm run -F sona-api devand verify that your changes work. - Create a pull request back to the main branch and request a review from a maintainer.