The hotspot configurator is a custom app built with the Contentful App Framework.
It let's you define hotspots over an image with a drag functionality.
This repository is published under the MIT license.
The repo has been created from the basic Turborepo example and uses pnpm as a package manager. It includes the following packages/apps:
contentful-app: the contentful app created withcreate-contentful-appbuilder tool. Available at http://localhost:3000demo: the demo app built with Next.js. Available at http://localhost:5000shared: a package shared by bothcontentful-appanddemoapplications.tailwind-config: tailwind configuration used byshared,contentful-appanddemoeslint-config-custom:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)tsconfig:tsconfig.jsons used throughout the monorepo
To build all apps and packages, run the following command:
cd hotspot-configurator
pnpm run build
To develop all apps and packages, run the following command:
cd hotspot-configurator
pnpm run dev
Learn more about the power of Turborepo: