Thanks to visit codestin.com
Credit goes to github.com

Skip to content

akasjain2/web-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-tools

A collection of handy tools to aid website development.

How to use

Option 1: Docker

  1. Install Docker
  2. 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
  3. Open http://localhost:3001/home.html in your browser.

That's it! 🎉

A note about Crawler

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.

How to develop - Release new Docker image

  1. Make the changes in the code.
  2. Run docker build -t satyadeepm/web-tools:latest
  3. Login to Docker via Docker Desktop (if needed)
  4. Push the image to Docker hub docker push satyadeepm/web-tools:latest

About

A collection of handy tools to aid website development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.0%
  • HTML 25.0%
  • CSS 11.6%
  • Dockerfile 0.4%