Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 2.13 KB

CONTRIBUTING.md

File metadata and controls

75 lines (49 loc) · 2.13 KB

Things to consider while contributing

When contributing to this repository, please first discuss the change you wish to make via issue

Pull Request Process

  1. Update the README.md with details of changes to the interface
  2. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent.

code of conduct

Examples of behavior that contributes to creating a positive environment include:

  • Using welcoming and inclusive language
  • Being respectful of differing viewpoints and experiences
  • Gracefully accepting constructive criticism
  • Focusing on what is best for the community
  • Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

  • The use of sexualized language or imagery and unwelcome sexual attention or advances
  • Trolling, insulting/derogatory comments, and personal or political attacks
  • Public or private harassment
  • Publishing others' private information, such as a physical or electronic address, without explicit permission
  • Other conduct which could reasonably be considered inappropriate in a professional setting

Requirnments

You will need to know Reactjs with typescript to work on this project Make sure Nodejs install on your computer.

Setup

Make sure node installed in your local machine run node --version in your terminal

node --version

You will get v12.8.3 ir some thing like this.

If you are getting something else. Go to Nodejs.org. And install nodejs in your local machine.

Then download this project either by clicking on code on my this repo or git clone https://github.com/vivek80801/cloth-app then navigate into downloded floder

# navigate to cloth-shop-master folder
cd cloth-app-master

Nown time to install required dependecies.

# install all dependency

npm install

We are ready to start our server.

# start developmemt server
npm run start

Now, here we go. Our project is runing on localhost