Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

51 lines (33 loc) · 1.25 KB

How to contribute

By participating in this project, you agree to abide by the code of conduct

Getting Started

  1. Fork, then clone the repo:
git clone [email protected]:your-username/ramme.git
  1. Install the project dependencies:
cd ramme

# Using yarn
yarn install

# OR

# Using NPM
npm install
  1. Make your change.

  2. Start the app, test your change, make sure it is working as expected.

# Using yarn
yarn dev

# OR

# Using NPM
npm run dev
  1. After confirming the correctness of your change, push it to your fork and submit a pull request

  2. Wait or mention someone to review your pull request.

Additional Resources