Microgen is a Next.js site builder made with Tina CMS.
Install the project's dependencies
yarn install
Run the project locally
yarn dev
- http://localhost:3000 : browse the website
- http://localhost:3000/admin : connect to Tina Cloud and go in edit mode
- http://localhost:3000/exit-admin : log out of Tina Cloud
- http://localhost:4001/altair/ : GraphQL playground to test queries and browse the API documentation
- Visit the Tina Documentation to learn about Tina.
- Join the Tina Discord to share feedback.
- Search or open an issue if something is not working.