Skip to content

src200/storyflow

Repository files navigation

What's inside?

This repo uses turborepo as monorepo manager and pnpm as a package manager. It includes the following packages/apps:

Apps and Packages

  • home: a Next.js app that contains Storyflow's landing pages.

  • app: another Next.js app that contains Storyflow's dashboard and widget integration.

  • studio: another Next.js app that contains canvas based WYSIWYG editor.

  • storyflow-widget: a Typescript library that contains Storyflow's widget code.

  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)

  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd storyflow
pnpm run build

Develop

To develop all apps and packages, run the following command:

cd storyflow
pnpm run dev

About

Add Interactive stories widget to your website in minutes. This is a monorepo with all needed packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages