Skip to content

kyraezikeuzor/waylarm

Repository files navigation

Logo Waylarm: Providing Live, Up-to-Date Disaster Information

Waylarm is a web application built with Next.js, designed to provide users with interactive and real-time disaster response data. It utilizes Maptiler for dynamic map rendering and the OpenFEMA API to access and display federal disaster information.

You can access the website at: https://waylarm.vercel.app

Features

  • Interactive Maps: Uses Maptiler to render detailed, interactive maps.
  • Real-time Disaster Data: Fetches disaster-related information using the OpenFEMA API, allowing users to stay updated with federal disaster data.

Getting Started

To run the development server locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/kyraezikeuzor/waylarm.git
    cd waylarm
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  4. Open http://localhost:3000 in your browser to view the application.

The page will auto-update as you make changes to the code, allowing for quick iteration during development.

Learn More

To learn more about Next.js, explore the following resources:

You can also check out the Next.js GitHub repository for additional resources and contributions.

Deploy on Vercel

For the easiest deployment process, use the Vercel Platform to deploy your Next.js app.

For more deployment details, check out the Next.js deployment documentation.