# ScriptX License Verification
ScriptX License Verification is a small SvelteKit application that validates a MeadCo ScriptX license for use on a domain. It connects to ScriptX Services for Windows PC running locally to verify if the license is valid, expired, or not found, and provides appropriate messages based on the verification results. If the license is valid key license details can be displayed.
The evaluation license can be verified here:
https://support.meadroid.com/verify/
Use the evaluation license GUID. This can be found here:
https://support.meadroid.com/deploy/services/
MeadCo.ScriptX.Print service on http://127.0.0.1:41191warehouse / securewarehouseapp-vX.Y.Z.zip)Install dependencies:
npm install
Run the development server:
npm run dev
SvelteKit will report the local URL (typically http://localhost:5173).
Create a production build:
npm run build
This will:
vite build and prerender the app into the build folder.app-v<package-version>.zip in the project root containing the contents of build.You can deploy the contents of the build folder (or the zip) to any static host.
This project is built with SvelteKit and deployed as a static site using @sveltejs/adapter-static. Some npm audit reports may reference low‑severity issues in transitive server-side dependencies (such as cookie) that are only used during development/build time. No SvelteKit server runtime is deployed with this app.
To install the application in an alternative folder edit the svelte.config.js file and change the base path to the new folder. Also edit the function goBack() in the src/routes/print/+page.svelte file to point to the new folder. The default is /verify.