Sketch out a quick overview in README
This commit is contained in:
parent
b454d3eca0
commit
d18cc372f6
15
README.md
15
README.md
|
@ -1,3 +1,14 @@
|
|||
# manifold
|
||||
# Manifold Markets
|
||||
|
||||
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](https://jamstack.org/): Keep things simple, no servers
|
||||
- [Monorepo](https://semaphoreci.com/blog/what-is-monorepo): Good fit for our current size
|
||||
- [Small PRs](https://google.github.io/eng-practices/review/developer/small-cls.html): Lots of little changes > one big diff
|
||||
|
|
Loading…
Reference in New Issue
Block a user