Starter Kits
Basic
The Basic Starter Kit comes with the Contento JavaScript and Next.js SDK's and the necessary API calls required to connect your front-end codebase to your Contento site. This kit comes without any styling to allow users to add their own choice of css framework.
All our starter kits follow a similar setup, so if you've followed the setup guide using the Minimal kit so far, you should already be able to set up this kit.
The only difference is this kit does not include navigation, dynamic routing or any css styling. You will not need to add the SITE_MAIN_NAV_ID
and SITE_FOOTER_NAV_ID
id's to the .env
file.
Contento Library
Deploy this kit in Contento.
GitHub Repo
Clone the repo on GitHub.
General Page
There is a general_page
content type in Contento that has been set up as an example. It has a single title
field on it, the content of which will be displayed on the home page being generated by app > page.tsx
if your api calls are working successfully.
404 page
There is a not-found.tsx
file that will provide the layout for your 404 page.