Devexperience

Version

Project created for images Web scraping in website using puppeteer and AWS lambda in Vercel

Prerequisites

  • Node
  • Yarn

Install

  1. git clone in that repository;
  2. yarn to install dependencies;

Usage

yarn dev

how to contribute

Commit message

Commitizen friendly Conventional Commits

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:

Local code editing

Fork the root repository, clone, make the change and open a PR for the root repository.

Performing PRs 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)