시작하기
이 플러그인의 설치 단계와 전체 마크다운 가이드를 포함한 설정 명령어를 복사하세요.
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-updater`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/updater/local-dev/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
이 튜토리얼이 다루는 내용
이 튜토리얼의 주요 내용이 튜토리얼은 Supabase를 처음부터 시작하는 방법과 Edge Function을 시작하는 방법을 보여줍니다.
요구 사항
제목: '요구 사항'Getting started
제목: 'Getting started'시작하려면 다음 명령어를 실행하세요.
supabase start다음에 다음과 같은 것을 볼 수 있습니다:
Started supabase local development setup.
API URL: http://localhost:54321 GraphQL URL: http://localhost:54321/graphql/v1 DB URL: postgresql://postgres:postgres@localhost:54322/postgres Studio URL: http://localhost:54323 Inbucket URL: http://localhost:54324 JWT secret: [truncated] anon key: supa_key_anonservice_role key: supa_key_admin다음으로 열기 configs.json 다음 값들을 설정하세요.
{ "base_domain": { "prod": "console.capgo.app", "development": "development.console.capgo.app", "local": "localhost:3332" }, "supa_anon": { "prod": "supa_key_anon", "development": "supa_key_anon", "local": "supa_key_anon" }, "supa_url": { "prod": "http://localhost:54321", "development": "http://localhost:54321", "local": "http://localhost:54321" }}어디에 supa_key_anon 이전 단계에서 얻은 값입니다.
다음으로, localhost:54323로 이동할 수 있는지 확인하세요. 그리고 테이블이 users 이런 형태를 띄고 있습니다.

Edge 함수를 시작하려면 다음 명령어를 실행하세요.
supabase functions serve프론트엔드도 시작하려면 다음 명령어를 실행하세요.
bun run serveGetting started에서 계속하세요.
Getting started에서 계속하세요 섹션Edge 함수를 시작하려면 다음 명령어를 실행하세요. Getting started native 플러그인 작업을 계획하기 위해 연결하세요. @capgo/capacitor-업데이터를 사용하여 @capgo/capacitor-업데이터를 사용하여 native 기능을 사용하는 경우 Capgo 플러그인 디렉토리 Capgo 플러그인 디렉토리에서 제품 워크플로우를 사용하는 경우 Capacitor 플러그인들에 의해 Capgo Capacitor 플러그인들에 의해 Capgo에서 implementation detail을 사용하는 경우 플러그인을 추가하거나 업데이트 플러그인을 추가하거나 업데이트하는 경우 implementation detail을 사용하는 경우 Ionic Enterprise 플러그인 대체 Ionic Enterprise 플러그인 대체의 제품 워크플로우를 사용하는 경우