Setting up development environment 1. Install required tools: $ sudo apt install npm 2. Install the dependencies: $ npm install 3. Setting up the environment variables: $ cp .env.example .env Fill in the environment variables in the .env file. 4. Run the application: $ node index.js