Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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, in the schemas directory.

Contributing

Requirements:

How to contribute:

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