Skip to content

Latest commit

History

History
38 lines (24 loc) 路 1.46 KB

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) 路 1.46 KB

Contribution Guidelines

Issue

  1. Try master-branch, perhaps the problem has been solved.
  2. Use the search, maybe there is already an answer.
  3. If not found, create an issue, please dont forget to carefully describe it how to reproduce it / pay attention to the issue-template. If possible, provide a JSFiddle.

Pull Request

  1. Before a Pull request run npm run build.
  2. Please take care about basic commit message convetions, see Writing Good Commit Messages.
  3. Pull requests only into master-branch.

Setup

This project requires npm.

  1. Fork this repo on github.
  2. Clone locally.
  3. From your local repro run npm install.
  4. Run lcoal dev server npm run dev and go to http://localhost:8080/

Online setup with a single click

You can also use Gitpod (A free online VS Code-like IDE). With a single click it will launch a workspace and automatically:

  • clone the pickr repo.
  • install the dependencies.
  • run yarn run dev.

So that you can start straight away.

Open in Gitpod