Manifold Markets: A market for every question
* Fix Tailwind darkMode CSS pref See https://tailwindcss.com/docs/upgrade-guide#remove-dark-mode-configuration. * Fix Tailwind 'purge' -> 'content' See https://tailwindcss.com/docs/upgrade-guide#configure-content-sources. * Remove additional cruft from Tailwind config These literally weren't hurting anything but the upgrade guide suggests toasting them, so might as well do it while I'm in here. |
||
|---|---|---|
| common | ||
| functions | ||
| og-image | ||
| web | ||
| .firebaserc | ||
| .gitignore | ||
| .prettierrc | ||
| firebase.json | ||
| firestore.indexes.json | ||
| firestore.rules | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
Manifold Markets
Directory overview
web/: UI and biz logic. Where most of the site livesfunctions/: Firebase cloud functions, for secure work (balances, Stripe payments, emails)common/: shared between web & functionsog-image/: The OpenGraph image generator; creates the preview images shown on Twitter/social media