App for placing watermarks onto Twitter (X) profile pictures
Before you begin, ensure you have met the following requirements:
- Node.js: v18.x
- NPM: Usually installed with Node.js
⚠️ Note: Using other versions may cause incompatibilities.
Instructions on how to install and set up the project.
- First, let's install the project dependencies with npm, running the command below for backend and frontend directories:
# Install dependencies
npm install
-
Set your environment variables correctly in the
.env
file (refer to.env.example
for guidance): -
Finally, run the nodeJS and react server with:
npm start
This project is intended for learning purposes only and is not licensed for commercial use.
Roger Bambinetti