Git-based React-based Content Management System (CMS) with a built-in static site generator using Tina + Docusaurus designed for creating documentation websites effortlessly.
$ 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.
This website is built using Docusaurus 3 and TinaCMS.
Watch an overview of this project on YouTube.
$ pnpm install
$ 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.
$ pnpm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
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.