Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 629 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 629 Bytes

img.accords-library.com

Installation

git clone https://github.com/Accords-Library/img.accords-library.com.git
cd img.accords-library.com
npm install

To install imagemagick, run the following command:

./install.sh

To convert all images run: (possibly change the source image folder in the script beforehand)

python3 processAll.py

To serve the files, run:

./run_img_server.sh

To start the api server, create a .env file and add:

TOKEN=SET A KEY TO BE USED FOR AUTH BY THE WEBHOOK
PORT=PORT TO USE WHEN RUNNING THE SERVER

Then run:

./run_img_api.sh