To clone the repository:
git clone https://github.com/IngrdInsight/PastePick-frontend.gitAfter cloning, navigate to the root directory:
- Install pnpm
- Run
pnpm install
Note
Having issues with husky? Run npx husky install
Scripts can be found in package.json. Main ones:
pnpm devpnpm buildpnpm start
Config can be adjusted in src/config.js
Bug reports help us improve PastePick.
- Open an issue on GitHub: new issue
We appreciate all contributions to PastePick!
- Fork the repository
- Create a new branch for your feature or bugfix
- Make your changes
- Submit a pull request