RyoTa.のポートフォリオです。
ブログも書いています!
開発サーバーの起動
npm run dev
# or
yarn dev
http://localhost:3000で起動します
デプロイは以下の場合に実行されます。
- develop ブランチから main ブランチに pull request を追加し、マージしたら vercel へのデプロイが実行されます。
- Contentful でコンテンツを更新した場合
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.