manifold/README.md
2022-04-02 12:10:10 -07:00

643 B

Manifold Markets

Directory overview

  • web/: UI and biz logic. Where most of the site lives
  • functions/: Firebase cloud functions, for secure work (balances, Stripe payments, emails)
  • common/: shared between web & functions
  • og-image/: The OpenGraph image generator; creates the preview images shown on Twitter/social media

Philosophies

  • JAMStack: Keep things simple, no servers
  • Monorepo: Good fit for our current size
  • Small PRs: Lots of little changes > one big diff