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
.envfile and specify your environment variables:EMBEDDED_LINK=https://example.com PORT=3000 -
Customize the
embed.htmlfile with the desired embedded link. -
Start the server:
node index.js -
Access the server at
http://localhost:3000in your web browser.