Preview Eclipsis skins without going inside Roblox Studio and speed up your workflow. A live version is available at https://xethlyx.com/eclipsis-skin-preview/.
To run this locally, pnpm is required. Install dependencies using pnpm i
and then to start a development server run pnpm start
. A development server will be available at http://localhost:3000/eclipsis-skin-preview/ (note the trailing slash).
To deploy this, run pnpm predeploy && pnpm deploy
on an account with push permissions to the repository.