Files
supabase/apps/www/data/DeveloperFeatures.json
Clarence af8c132f59 Fixed TypeScript casing typo (#19759)
* Fixed TypeScript casing typo

* revert Support -->  support

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2023-12-15 23:03:14 +00:00

27 lines
701 B
JSON

[
{
"name": "TypeScript support",
"description": "Type definitions built directly from your database schema",
"badge": "",
"url": "/docs/client/generating-types"
},
{
"name": "Install from CDN",
"description": "Use Supabase in the browser without a build process",
"badge": "",
"url": "/docs/client/initializing"
},
{
"name": "Local emulator",
"description": "Develop locally and push to production when you're ready",
"badge": "",
"url": "/docs/guides/self-hosting"
},
{
"name": "Supabase CLI",
"description": "Manage Supabase projects from your local machine",
"badge": "",
"url": "https://github.com/supabase/cli"
}
]