Skip to content

Latest commit

 

History

History

api

sona API

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.

Contributing

Requirements:

How to contribute:

  • Fork the repo and make any changes you want.
  • Build the schemas in with pnpm run generate
  • Run the dev server using pnpm run dev and verify that your changes work.
  • Create a pull request back to the main branch and request a review from a maintainer.