Project created for images Web scraping in website using puppeteer and AWS lambda in Vercel
- Node
- Yarn
- git clone in that repository;
yarn
to install dependencies;
yarn dev
We suggest that commit messages follow the conventional commit pattern.
Run npm run commit
to get an interactive dashboard that lets you follow the commit pattern easily.
To learn more, visit these links:
Fork the root repository, clone, make the change and open a PR for the root repository.
- Fork this repository on Github
- Clone the fork repository created:
git clone https://github.com/yourusuario/insoms.git
- Create a branch to commit your feature or fix:
git checkout -b my-branch
- Commit the changes:
git commit -m 'feat: My new feature'
- push your branch to your fork:
git push origin my-branch
- Go to Pull Requests of the root repository and create a PR with your commit(s)