Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

junseinagao/yumemi-frontend-coding-test-app

Repository files navigation

Yumemi-frontend-coding-test-app

📦 Deploied Preview here

💌 ゆめみ採用担当者様へこちらを一読ください

開発するためには

git clone https://github.com/junseinagao/yumemi-frontend-coding-test-app.git
cd yumemi-frontend-coding-test-app
npm ci

環境変数の設定

.env.local を作成してください。

# .env.local
NEXT_PUBLIC_RESAS_API_URI=https://opendata.resas-portal.go.jp
NEXT_PUBLIC_RESAS_API_KEY=自分で取得したRESASAPIのapikeyを設定してください。

起動とテスト

npm run dev
npm test