tokyobichikunavi

東京備蓄ナビ (Tokyo Stockpile Navi)

日本語のREADMEはこちらです: README.ja.md

An interactive web application to help you calculate your family’s emergency stockpile needs, based on the official “Tokyo Stockpile Navi” by the Tokyo Metropolitan Government.

Demos

Features

Technology Stack

Getting Started

Prerequisites

Installation & Development

  1. Clone the repository:
    git clone https://github.com/code4fukui/tokyobichikunavi.git
    cd tokyobichikunavi
    
  2. Install dependencies:
    npm ci
    
  3. Run the development server:
    # Serve with hot reload at http://localhost:3000
    npm run dev
    

Available Scripts