- CSS : Tailwind CSS, daisyUI
- 状態管理: SWR
This is a Next.js project bootstrapped
with create-next-app
.
First, run the development server:
# フォントのインストール
npm run font
#or
yarn font
cp .env .env.local
# 適切にコンフィグを変更して下さい
npm run dev
# or
yarn dev
yarn test
- Docker をインストール
- コンテナをビルド:
docker build \
--build-arg=next_public_api_url=http://localhost:8080/api \
-t sachiko .
- コンテナを起動:
docker run -p 3000:3000 nextjs-docker
Open http://localhost:3000 with your browser to see the result.