Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 844 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 844 Bytes

Contributing to Person Picture Component

Thank you for your interest in contributing to Person Picture Component!
Before you start, please take a moment to review the following guidelines.

Pull Requests

When you are ready to submit your changes, please create a pull request.

Setting up the Project

Initialize repo:

git clone https://github.com/sagemodeninja/person-picture-component.git
cd person-picture-component

Install the necessary dependencies:

npm install

Run a local demo:

npm start

Typescript

We use TypeScript in this project, a statically typed superset of JavaScript. We recommended that you have a basic understanding of TypeScript. If you are new to TypeScript, we encourage you to check out the official documentation to get started.