8000 GitHub - Wild-Spirits/WS-Portal-Front
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Wild-Spirits/WS-Portal-Front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wild Sprits's website

Welcome to the website repository! This README file contains instructions on how to contribute to this project using feature branches for your commits.

Table of Contents

Getting Started

Before you start contributing, make sure you have the following prerequisites installed:

If you don't have these installed, please follow the official installation instructions for your operating system.

Run project locally

  1. Clone the repository to your local machine:

    git clone https://github.com/Wild-Spirits/WS-Portal-Front
  2. Change your working directory to the project folder:

    cd WS-Portal-Front
  3. Install dependencies

    npm i
  4. Start project on your machine

    npm start

Contributing

To contribute to this project, follow these steps:

Creating a Feature Branch

  1. Clone the repository to your local machine:

    git clone https://github.com/Wild-Spirits/WS-Portal-Front
  2. Change your working directory to the project folder:

    cd WS-Portal-Front
  3. Create a new branch for your feature. Use a descriptive name for the branch that reflects the feature or issue you're working on. For example:

    git checkout -b feature/my-new-feature

Making Commits

  1. Make your code changes on the feature branch. Ensure your commits are clear, concise, and address a single issue or feature.

  2. Stage your changes for commit:

    git add .
  3. Commit your changes with a meaningful message:

    git commit -m "Add a concise commit message here"
  4. Push your feature branch to the remote repository:

    git push origin feature/my-new-feature

Submitting a Pull Request

  1. Visit the GitHub repository.

  2. Click on the "Pull Requests" tab.

  3. Click the "New Pull Request" button.

  4. Select the base branch (in our case it is main) and the feature branch you created in step 3.

  5. Provide a descriptive title and detailed description of your changes in the pull request.

  6. Click the "Create Pull Request" button to submit your changes for review.

Code Review

Once your pull request is submitted, project maintainers and collaborators will review your changes. They may provide feedback or request modifications. Be prepared to address any comments or suggestions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0