- 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 don't forget to carefully describe 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 conventions, 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 repo run
npm install. - Run local dev server
npm run devand 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.