"# Stealth-Server-Xml-WebHosting"
A Simple Webhosting for Xmls while using your stealth server. It runs on nodejs so make sure to install that https://nodejs.org.
To install the application, please follow the steps below after you have installed Node.js.
-
Open PowerShell on your system.
-
Run the following command to execute the installation script:
./install.ps1
This command will initiate the installation process. Ensure that you have the necessary permissions to execute scripts in PowerShell. If you encounter any issues, you may need to adjust your execution policy by running:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Additional Notes
Make sure that Node.js is properly installed on your machine. You can verify the installation by running:
node -v
If you need further assistance, please refer to the Node.js documentation.