A collection of handy tools to aid website development.
- Install Docker
- Run
docker run -d -p 3001:3001 -v <Download folder on host>:/usr/src/app/cache -e psikey=<optonal-psi-key> satyadeepm/web-tools:latest - Open
http://localhost:3001/home.htmlin your browser.
That's it! 🎉
If you are running web-tools on Amazon Linux 2023, install the dependencies before for puppeteer
sudo yum install libXcomposite libXdamage libXrandr libgbm libxkbcommon pango alsa-lib atk at-spi2-atk cups-libs libdrm
Thanks a ton to this youtube video for this.
- Make the changes in the code.
- Run
docker build -t satyadeepm/web-tools:latest - Login to Docker via Docker Desktop (if needed)
- Push the image to Docker hub
docker push satyadeepm/web-tools:latest