This project aims to create a decentralized peer-to-peer cashless transaction system that works offline, designed for emergency situations or areas with limited internet connectivity.
Follow these instructions to set up and run the project in GitHub Codespaces.
- A GitHub account
- Access to GitHub Codespaces (available in GitHub Teams and GitHub Enterprise Cloud plans)
-
Open the Repository: Go to the Emergency Financial Hotspot repository.
-
Create a Codespace:
- Click on the green Code button.
- Select Open with Codespaces and then click on New codespace.
-
Install Dependencies: Once the Codespace is set up, open the terminal and run the following command to install the necessary dependencies:
npm install
Follow these instructions to set up and run the project on your local machine.
Before you begin, ensure you have the following software installed:
- Node.js (version 18 or higher) and npm (Node Package Manager). You can download it from nodejs.org.
- Git for version control. You can download it from git-scm.com.
-
Clone the Repository: Open your terminal and run the following command to clone the repository to your local machine:
git clone https://github.com/Emergency-Financial-Hotspot/web.git
cd web
npm install
Start the Development Server: After installing the dependencies, run the development server with the following command:
npm run dev
http-server
Feel free to make changes to the project files. Once you've made changes, you can commit and push them back to the repository:
git add .
git commit -m "Your commit message"
git push
- Project Name: Emergency Financial Hotspot for Cashless Transactions.
- Repository Link:
https://github.com/ItsVicky25
- Email Contact:
[email protected]
This README text will guide users in setting up your project locally and provide them with troubleshooting tips, contribution guidelines, and contact information. If you need any more adjustments or additional sections, feel free to let me know!