Clone the repository
git clone https://github.com/PortDocFormTools/pdf-tools.git
Navigate to the repository folder
cd pdf-tools
Create .env based on .env.example
cp .env.example .env
Install dependencies
Note: Before installing dependencies, make sure you have Node.js with npm installed.
You can download it here: Node.js
npm install
To run the project
npm start
Press Ctrl + C to stop the Server.