Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 584 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 584 Bytes

Installation:

  1. Clone the repository:

    git clone [https://github.com/Echkyx/ForeverKyx-Web-Browser.git]
    
  2. Navigate to the project directory:

    cd your-repository
    
  3. Install dependencies:

    npm install
    
  4. Create a .env file and specify your environment variables:

    EMBEDDED_LINK=https://example.com
    PORT=3000
    
  5. Customize the embed.html file with the desired embedded link.

  6. Start the server:

    node index.js
    
  7. Access the server at http://localhost:3000 in your web browser.