To set up the project on your local computer, follow these steps:
-
Clone the Repository
git clone https://github.com/guptaryan73/gupp cd gupp
-
Install Dependencies
Navigate to the
client
directory and install the dependencies:cd client npm install
-
Run the Application
Start the development server:
npm run dev
The application should now be running at
http://localhost:3000
(or another port if specified).
We welcome contributions to Gupp! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
Please ensure your code adheres to the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License.