mage-wizard

0.1.7 • Public • Published

Mage Wizard

Requirements

Usage

Installing globally using npm

npm install -g mage-wizard

mage-wizard

Open http://localhost:3000 in your browser.

Using npx

npx mage-wizard

Open http://localhost:3000 in your browser.

Environment variables

Name Description Default value
PORT Port to listen on 3000
HOST Host to listen on 127.0.0.1

Development

Requirements

  • pnpm (v6 or newer)

Setup

pnpm install

Development server

Start the development server on http://localhost:3000:

pnpm run dev

Build

  • Bump version in package.json
  • pnpm run build
  • Remove scripts and devDependencies from package.json
  • Add #!/usr/bin/env node at the top of dist/server/index.mjs and make it executable (chmod +x dist/server/index.mjs)
  • npm pack
  • npm publish --access=public

Package Sidebar

Install

npm i mage-wizard

Weekly Downloads

19

Version

0.1.7

License

MIT

Unpacked Size

13.9 MB

Total Files

601

Last publish

Collaborators

  • michaelbouvy