miranda-bender

1.0.14 • Public • Published

Miranda Bender

Introduction

Miranda Bender is based on Shoptet Bender developed by Shoptet. It proxies remote e-shop to localhost while injecting and serving your local styles and scripts. This tool enables to development of visual changes without breaking the production e-shop. It is also suitable for Premium e-shop development, while emulation of the Blank mode is possible.

Install

Node >= 20 prerequisited
Install using yarn:
yarn add miranda-bender Or npm: npm install miranda-bender

Usage

Step-by-step guide to start

  1. Create file config.json (set "defaultUrl" to you e-shop URL):
{
	"defaultUrl": "https://classic.shoptet.cz/",
	"sourceFolder": "./src",
	"outputFolder": "./dist"
	"blankModeScript": false,
	"blankModeStyle": false
}
  1. Your package.json should contain "name", "description" and "version".
  2. Create "src" folder, inside create "scss" and "js" folders.
  3. "scss" folder reads "critical.scss" and "style.scss" files.
  4. "js" folder reads "critical.js" and "script.js" files.
  5. Run the tool with:
    • if you are using npm: npx miranda-bender
    • if you are using yarn: miranda-bender
  6. For production build use -m "production"

And you're ready to go -> enjoy coding and development ;)

OR

Try miranda-bender -h for CLI help

Readme

Keywords

none

Package Sidebar

Install

npm i miranda-bender

Weekly Downloads

674

Version

1.0.14

License

ISC

Unpacked Size

17.3 kB

Total Files

13

Last publish

Collaborators

  • mirandamedia