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-app
builder tool. Available at http://localhost:3000demo
: the demo app built with Next.js. Available at http://localhost:5000shared
: a package shared by bothcontentful-app
anddemo
applications.tailwind-config
: tailwind configuration used byshared
,contentful-app
anddemo
eslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s 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: