update readme
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</SideNavBar>
|
</SideNavBar>
|
||||||
|
|
||||||
<main class="flex-1 p-4 bg-blue-50">
|
<main class="flex-1 p-4 bg-blue-50 h-screen overflow-auto">
|
||||||
<Header />
|
<Header />
|
||||||
<router-view />
|
<router-view />
|
||||||
</main>
|
</main>
|
||||||
|
28
readme.md
28
readme.md
@ -1,22 +1,22 @@
|
|||||||
# Masonry
|
# Masonry
|
||||||
|
|
||||||
Masonry is intended to be a library that provides and implements all the basics necessary to build robust, production ready web applications.
|
Masonry is a library that provides and implements all the basics necessary to build robust, production ready web applications.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
[ ] Authentication via SpartanAuth
|
- [ ] Authentication via SpartanAuth
|
||||||
[ ] Authorization via SpiceDB
|
- [ ] Authorization via SpiceDB
|
||||||
[ ] Database - your pick of Turso, LibSQL, SQLite, MySQL, Postgres
|
- [x] Database - your pick of Turso, LibSQL, SQLite, MySQL, Postgres
|
||||||
[ ] Payments via Stripe with flexible product configurations and pricing
|
- [ ] Payments via Stripe with flexible product configurations and pricing
|
||||||
[ ] Semantic Search for RAG or application navigation
|
- [ ] Semantic Search for RAG or application navigation
|
||||||
[ ] System Email templates and SMTP integration
|
- [ ] System Email templates and SMTP integration
|
||||||
[ ] Cross-platform, installable apps for mobile, desktop and web
|
- [ ] Cross-platform, installable apps for mobile, desktop and web
|
||||||
[ ] Predetermined frontend frameworks and adjustable styles
|
- [x] Predetermined frontend frameworks and adjustable styles
|
||||||
[ ] Built in notification framework
|
- [ ] Built in notification framework
|
||||||
[ ] Customizable calls to webhooks for any event
|
- [ ] Customizable calls to webhooks for any event
|
||||||
[ ]
|
- [ ] Integrate with an object storage system like S3
|
||||||
[ ]
|
- [ ]
|
||||||
[ ]
|
- [ ]
|
||||||
|
|
||||||
## Design Philosophy (changeable...)
|
## Design Philosophy (changeable...)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user