Installation:
-
Clone the repository:
git clone [https://github.com/Echkyx/ForeverKyx-Web-Browser.git]
-
Navigate to the project directory:
cd your-repository
-
Install dependencies:
npm install
-
Create a
.env
file and specify your environment variables:EMBEDDED_LINK=https://example.com PORT=3000
-
Customize the
embed.html
file with the desired embedded link. -
Start the server:
node index.js
-
Access the server at
http://localhost:3000
in your web browser.