$ npm install && npm run tina
This will install dependancies and open the website in your browser.
Visit the CMS at http://localhost:3000/admin to start editing.
This website is built using Docusaurus 2 and TinaCMS.
Watch an overview of this project on YouTube.
$ npm install
$ npm run tina
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.
$ npm 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.