Skip to content
/ cms Public template
forked from tinacms/tinasaurus

Git-based React-based Content Management System (CMS) with a built-in static site generator using Tina + Docusaurus designed for creating documentation websites effortlessly.

Notifications You must be signed in to change notification settings

Chen-Software/cms

 
 

Repository files navigation

Chen's Content Management System (CMS)


Git-based React-based Content Management System (CMS) with a built-in static site generator using Tina + Docusaurus designed for creating documentation websites effortlessly.

Live Preview (cms.chen.so) | Deploy to Netlify

Quick Start

$ pnpm install && pnpm run dev

This will install dependencies and open the website in your browser.

Visit the CMS at http://localhost:3000/admin to start editing.

About

This website is built using Docusaurus 3 and TinaCMS.

Watch an overview of this project on YouTube.

Installation

$ pnpm install

Local Development

$ pnpm run dev

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. Go to the Tina Admin to start editing.

Build

$ pnpm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

To deploy to production and support editing on your live website (at your-domain.com/admin), you can follow the steps from Tina's docs to get it running on TinaCloud.

About

Git-based React-based Content Management System (CMS) with a built-in static site generator using Tina + Docusaurus designed for creating documentation websites effortlessly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.7%
  • TypeScript 23.6%
  • MDX 15.7%
  • CSS 4.0%