Skip to content

ModithaM/msclub-age-generator-app-FE

 
 

Repository files navigation

Contributing to the Project

Thank you for your interest in contributing to this project! Follow the steps below to set up the project locally.

Prerequisites

Make sure you have the following installed:

Getting Started

1. Fork the Repository

Click on the Fork button at the top right of the repository page to create your own copy.

2. Clone the Repository

Clone your forked repository to your local machine:

git clone https://github.com/your-username/repository-name.git

Replace your-username with your GitHub username and repository-name with the repository name.

3. Navigate to the Project Directory

cd repository-name

4. Install Dependencies

Run the following command to install project dependencies:

npm install

5. Start the Development Server

Use the following command to start the Vite development server:

npm run dev

This will start the project, and you can access it in your browser at http://localhost:5173/ (default Vite port).

Making Contributions

  1. Create a new branch for your feature or bug fix:
    git checkout -b feature-branch-name
  2. Make your changes and commit them:
    git add .
    git commit -m "Description of changes"
  3. Push your branch to your forked repository:
    git push origin feature-branch-name
  4. Open a Pull Request from your forked repository to the main repository.

Code Guidelines

  • Follow consistent coding styles.
  • Write meaningful commit messages.
  • Test your changes before submitting a pull request.

Need Help?

If you have any questions, drop them into whatsapp chat!

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • HTML 1.1%
  • CSS 0.5%