AayushAryan007 / Jatayu

A Disaster Management application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jatayu Disaster Management System

Welcome to the Jatayu Disaster Management project repository!

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js: Make sure you have Node.js installed on your machine. You can download it from https://nodejs.org/.

Installation

  1. Clone this repository to your local machine:

    git clone <repository_url>

    Replace <repository_url> with the actual URL of your GitHub repository.

Navigate to the "client" directory:

```bash
 cd Jatayu/client
```

Install project dependencies using npm:

```bash
  npm install
```

Development

To start the development server using Vite and run the client-side React application, follow these steps: In the "client" directory, run:
```bash
npm run dev
```

This will start the development server and open your React app in a web browser. By default, it will run on http://localhost:3000/.

Begin developing your React app within the "client" folder. You can edit the code in the src directory to create your disaster management website.

Additional Information The "server" directory contains server-side code for your project. Be sure to check it out for any backend-related tasks.

Feel free to customize this README to provide more specific information about your project, including its purpose, features, and how to use it.

Happy coding!

vbnet Copy code

Replace <repository_url> with the actual URL of your GitHub repository.

This README provides basic information on setting up and running y

About

A Disaster Management application

License:MIT License


Languages

Language:JavaScript 98.7%Language:SCSS 0.9%Language:CSS 0.2%Language:HTML 0.2%