/demo-website-starter

Demo Website Starter to follow along Blog Post 'How to deploy Jamstack sites to cloudcannon?'

Primary LanguageJavaScript

Demo Website Starter

Learn how to a deploy a Next.js Jamstack app and set up a collaborative CMS with CloudCannon.


Objectives

  • Walk through importing an existing Git-based site.

  • Set up collaborative content editing that uses Markdown

  • Deploy the app with a static site chain.

  • Learn how to use branching flows for collaborative editing.

⚡️ Quick Start

  • 1. Go to the GitHub Repo, to have a look (optional).

  • 2. Head over your terminal and run the folowwing commands:

Clone the Starter Project Files

git clone https://github.com/Joshhortt/demo-website-starter

Install Dependencies

yarn install
# or
npm install

Run the App on Localhost

yarn dev
# or
npm run dev