> ## Documentation Index
> Fetch the complete documentation index at: https://basecamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> 複数画像を切り替えるフレームを作ってみよう

<CardGroup cols={2}>
  <Card title="Programming for Frames" icon="code" href="programming">
    フレームのプログラミングをはじめよう
  </Card>

  <Card title="Push to GitHub" icon="github" href="push">
    作成したフレームのソースコードをリモートリポジトリにプッシュしよう
  </Card>

  <Card title="Deploy to Vercel" icon="triangle" iconType="sharp-solid" href="deploy">
    リモートリポジトリのソースコードを Vercel にインポートしてデプロイしよう
  </Card>

  <Card title="Modifications for Frames" icon="code" href="modifications">
    フレームの細かい部分の修正をしてみよう
  </Card>
</CardGroup>
