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.
Development
Requirements
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