Files
supabase/www/data/DeveloperFeatures.json
2020-12-01 20:58:13 +08:00

26 lines
613 B
JSON

[
{
"name": "Typescript Support",
"description": "Type definitions for both server side and client side",
"badge": null,
"url": "#"
},
{
"name": "Install from CDN",
"description": "Use Supabase in the browser without a build process",
"badge": null,
"url": "#"
},
{
"name": "Local emulator",
"description": "Develop locally and push to production when you're ready",
"badge": "Q1 2020",
"url": "#"
},
{
"name": "Supabase CLI",
"description": "Manage your Supabase projects from your local machine",
"badge": "Q2 2020",
"url": "#"
}
]