Access the page by clicking here.
As a prerequisite, it is necessary to install NodeJS or Yarn in its LTS version.
With these applications installed, open the terminal in the folder of your choice. Then, run the following commands, in sequence:
git clone https://github.com/alessandroramos13/d-bags.git
cd d-bags
npm install
#or
yarn
npm dev
#or
yarn dev
http://localhost:3000