Skip to content

chapainaashish/aakasmik-frontend

Repository files navigation

Aakasmik Frontend

Aakasmik aims to centralize all the emergency contacts of Nepal in one place to make them accessible and open to the public. This is an open-source project and is open to any kind of contribution from people like you.

This github repository contains of frontend react application of aakasmik. You can visit this application live on: https://aakasmik.vercel.app/

Technologies used;

  • React
  • Vite
  • Typescript
  • Npm

To set up and run this application locally, follow these steps:

  1. Ensure Node.js is Installed: Make sure you have Node.js installed. You can check by running:

    node -v

    If it's not installed, download and install it from nodejs.org.

  2. Clone the Repository: Clone your project repository from Github:

    git clone https://github.com/chapainaashish/aakasmik-frontend.git
    cd aakasmik-frontend
  3. Install Dependencies: Install the dependencies using npm:

    npm install
  4. Update the .env file

    Get the google captcha key and update the .env file. You can get the captcha key from: https://developers.google.com/recaptcha

  5. Run the Development Server: Start the development server to view the application locally:

    npm run dev

    This will start Vite's development server, and you should see output indicating the local server is running. By default, it should be accessible at http://localhost:5173.

Finally, you can do the contributions, commit and push the changes and open a pull request.

Releases

No releases published

Packages

No packages published