- NodeJS Version 12 or grater.
- Clone repository using git command or download as zip.
- Open command line and go to root folder of the repository
- Run command
npm install
- After this command you can start using the application by
node dist/app.js [--metadata] <website-links...>
- for example
node dist/app.js https://google.com
node dist/app.js --metadata https://google.com
docker build . --rm -t webpage-archiver-image
docker run --name webpage-container -it -d --rm webpage-archiver-image
docker exec -it webpage-container bash
ls
node dist/app.js https://google.com https://autify.com
node dist/app.js --metadata https://google.com https://autify.com
exit