Skip to content

williamiommi/hotspot-configurator

Repository files navigation

Contentful hotspot configurator

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.



License

This repository is published under the MIT license.

What's inside?

The repo has been created from the basic Turborepo example and uses pnpm as a package manager. It includes the following packages/apps:

Apps and Packages:

  • contentful-app: the contentful app created with create-contentful-app builder tool. Available at http://localhost:3000
  • demo: the demo app built with Next.js. Available at http://localhost:5000
  • shared: a package shared by both contentful-app and demo applications.
  • tailwind-config: tailwind configuration used by shared, contentful-app and demo
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Build

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

cd hotspot-configurator
pnpm run build

Develop

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

cd hotspot-configurator
pnpm run dev

Useful Links

Learn more about the power of Turborepo:

Demo

https://hotspot-configurator-demo.vercel.app/

Releases

No releases published

Packages

No packages published