BuyIT is a React application that helps users buy and sell items online. Please note that this project is currently under development and is subject to change frequently.
To run BuyIT, you'll need to have Node.js installed on your machine. You can download Node.js from the official website.
- Clone the repository to your local machine using the following command:
git clone https://github.com/Supsource/BuyIT.git
- Navigate to the project directory using the following command:
cd BuyIT
- Install the dependencies by running the following command:
npm install
Once you've installed the dependencies, you can run the application using the following command:
npm start
This will start the development server and open the application in your default browser. You can make changes to the code and the server will automatically reload the application with the updated changes.
To build the application for production, you can run the following command:
npm run build
This will create a build directory with the optimized production build of the application.
We welcome contributions to BuyIT! If you'd like to contribute, please follow these steps:
- Fork the repository to your own GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your changes using a descriptive name.
- Make your changes to the code.
- Test your changes to ensure they work as expected.
- Commit your changes with a descriptive commit message.
- Push your changes to your forked repository.
- Create a pull request from your forked repository to the original repository.
Once we receive your pull request, we'll review your changes and provide feedback if necessary. If your changes are accepted, we'll merge them into the main branch.
Please note that this project is still under active development and is subject to frequent changes. If you encounter any issues with running or building the application, you can check the project's documentation or raise an issue in the GitHub repository.
We hope you enjoy using BuyIT!