Skip to content

Joshhortt/demo-website-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published