Japan's population by prefectures (1960 - 2045)
API Source: RESAS
https://japan-population.vercel.app/
Create RESAS Account and get your API Key here: https://opendata.resas-portal.go.jp/form.html
Create .env
file in root folder and add the following variables:
VITE_VERCEL_ENV_API_KEY=<your-api-key>
npm install
npm run dev
npm run build
npm run preview
npm run format
npm run lint
npm run lint:fix