Open the terminal and run the command below to save the repository on your local.
git clone https://github.com/CEREBROX-IT/certificate-generator.git
cd certificate-generator
chmod +x manage.sh
Step 4: Run the following command to automate the nodeJS setup, installing yarn and upgrading dependencies.
./manage.sh
yarn dev