Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 1.11 KB

File metadata and controls

79 lines (49 loc) · 1.11 KB

Guide

guide is a website that summarizes actions by disaster, all maintained by the community

Features

  • The site is very lightweight
  • It is based on information from Japanese national institutions.

Getting Started

Prerequisites

  • Node.js (version 20 or higher)
  • pnpm (version 9 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/evacuate/guide.git
  2. Navigate to the project directory:

    cd guide
  3. Install dependencies:

    pnpm install

Scripts

  • Build: Build the project

    pnpm build
  • Start: Start the development server

    pnpm start
  • Format Code: Format code

    pnpm format
  • Lint Code: Lint code

    pnpm lint

Usage

  1. Start the development server:

    pnpm start
  2. Open the browser and navigate to http://localhost:8080

Author

License

This project is licensed under the MIT License. See the LICENSE file for details.