Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 487 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 487 Bytes

How to contribute?

  1. Clone the repo
  2. cd
  3. Use the shell.nix file, or use some other shenanigans, i dont care.

Subfolders:

  • app :

    • pnpm i && wrangler dev
  • api :

    • pnpm i && tsc && node dist/index.js

I don't really enforce a branch naming convention, but please, refrain from making a PR if you have pushed your changes on the mistress branch. Same with commits, just make them readable and understandable at first glance.

Submit your changes!

Tysm <3