pho-grammers / now-contentful

Built for the Zeit Now Hackathon in 2019! Integrates any Now-based website with the Contentful CMS

Home Page:https://now-contentful.pho-grammers.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

now-contentful

Built for the Zeit Now Hackathon in 2019! Integrates any Now-based web app with the Contentful CMS

// [Todo] Add rest of the sections here // [Todo] Add documentation // [Todo] Split the integration into separate development and production integrations (or just use branches in the VCS)

Instructions

  1. Clone this repo
  2. Modify package.json to change dependencies if desired
  3. Run npm install to locally install dependencies
  4. Modify now.json to change build configuration if desired
  5. Run now dev -p 5000 to run the integration's UIHook locally on a development configuration
  6. Run now --target=production to run the integration's UIHook remotely on a production configuration

[1] Note that the only working development environment this test appeared to work was on a Mac installation of Now and under the Chrome browser (and, as it appears, not Chromium-based browsers, such as Vivaldi) due to fetch NetworkErrors

Additional Links

A test web app for integration of a Now web app running on Next.js pulling data from a Contentful CMS with the aid of our integration

The integration itself for interfacing with the CMS

Some DevOps-related links, such as organizations

About

Built for the Zeit Now Hackathon in 2019! Integrates any Now-based website with the Contentful CMS

https://now-contentful.pho-grammers.now.sh

License:MIT License


Languages

Language:JavaScript 100.0%