App acts as a shortcut to external or internal links
Install it and run:
npm install
npm start
# or
yarn
yarn startTo test, you can create an app definition in your Contentful organization settings pointing to http://localhost:1234 and registering the app-config location:
Keep in mind that when you serve an app locally over
http, you will get a warning about insecure content. You can ignore this during development.
npm run deploy => deploys and runs on github pages
Use the deployed url as SourceURL in the contentful app definition
Read the docs for more information.
