- Try master-branch, perhaps the problem has been solved.
- Use the search, maybe there is already an answer.
- 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.
- Before a Pull request run
npm run build
. - Please take care about basic commit message convetions, see Writing Good Commit Messages.
- Pull requests only into master-branch.
This project requires npm.
- Fork this repo on github.
- Clone locally.
- From your local repro run
npm install
. - Run lcoal dev server
npm run dev
and go tohttp://localhost:8080/
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.