vaxla start

Starts a web server for running the full Vaxla set.

npm
pnpm
bun
yarn
npx vaxla start

The start command will interpret your environment and create a UI to manage your scripts.

Options

--port=<number>
vaxlaOptions.port || 3000
Port to listen on.
--dir=<directory>
packageJson.vaxla.config || /vaxla || /tools/vaxla
Directory containing the information configuration folder.
--debug
Prints out additional debugging information to the logger.
--open
Automatically Open the URL in the browser.