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
- 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.
To run the development server locally, follow these steps:
-
Clone the repository:
git clone https://github.com/kyraezikeuzor/waylarm.git cd waylarm
-
Install dependencies:
npm install # or yarn install # or pnpm install
-
Start the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
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.
To learn more about Next.js, explore the following resources:
- Next.js Documentation - Learn about Next.js features and API.
- Learn Next.js - An interactive tutorial to get started with Next.js.
You can also check out the Next.js GitHub repository for additional resources and contributions.
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.