Create a new docs site: npx create-next-app --example https://github.com/tinalabs/tinacms-doc-toolkit/tree/master/packages/example-site-next docs
Then navigate to the docs site: cd docs
And start the dev server and follow the on-screen instructions: npm run dev
You can see further instructions for getting started and using the toolkit in the documentation.
Note
This toolkit comes pre-configured to deploy to Github pages, with a Github actions workflow stored in the
.github
folder.If you create a new Github repository with this site, it will automatically deploy to Github pages.
Please see SETUP.md for instructions on how to get up a nextjs site from scratch using the plugin