Skip to content

guptaryan73/gupp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started

To set up the project on your local computer, follow these steps:

  1. Clone the Repository

    git clone https://github.com/guptaryan73/gupp
    cd gupp
  2. Install Dependencies

    Navigate to the client directory and install the dependencies:

    cd client
    npm install
  3. 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).

Contributing

We welcome contributions to Gupp! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

Please ensure your code adheres to the project's coding standards and includes appropriate tests.

License

This project is licensed under the MIT License.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published