Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 482 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 482 Bytes

appetizer-attender-front

Build Setup

依存関係ライブラリインストール

# install dependencies
$ yarn install

開発環境起動

# serve with hot reload at localhost:3000
$ yarn dev

デプロイ

# 内部的には npx vercelを実行
$ yarn deploy