Each Project should have the ability to use a theme to easily deploy a website with the content managed inside the Project.
- Add the theme to an existing Projects directory structure or create a new Project starting with the theme (e.g. via a new CLI)
- Add a config file to the theme that imports Collections used inside the theme (do we even need to import them?)
- Now you can use the data from the Collections directly inside your website - without needing to query any API endpoints
Each Project should have the ability to use a theme to easily deploy a website with the content managed inside the Project.