Learn how to a deploy a Next.js Jamstack app and set up a collaborative CMS with CloudCannon.
-
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.
-
1. Go to the GitHub Repo, to have a look (optional).
-
2. Head over your terminal and run the folowwing commands:
git clone https://github.com/Joshhortt/demo-website-starter
yarn install
# or
npm install
yarn dev
# or
npm run dev