Skip to content
/ guide Public

Code for a guide that provides essential information during disasters.

License

Notifications You must be signed in to change notification settings

evacuate/guide

Repository files navigation

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)
  • yarn (or yarn, although this project prefers yarn)

Installation

  1. Clone the repository:

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

    cd guide
  3. Install dependencies:

    yarn install

Scripts

  • Build: Build the project

    yarn run build
  • Start: Start the development server

    yarn run start
  • Format Code: Format code

    yarn run format
  • Lint Code: Lint code

    yarn run lint

Usage

  1. Start the development server:

    yarn run 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.

About

Code for a guide that provides essential information during disasters.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published