Skip to content

Programmatic way to launch Storybook #23128

Answered by shilman
azarenkovgd asked this question in Help
Discussion options

You must be logged in to vote

Not really a public API, but available from @storybook/core-server:

export async function buildDevStandalone(
options: CLIOptions & LoadOptions & BuilderOptions
): Promise<{ port: number; address: string; networkAddress: string }> {

export async function buildStaticStandalone(options: BuildStaticStandaloneOptions) {

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@azarenkovgd
Comment options

Answer selected by shilman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants