This is a Next.js + Alinea starter blog project. Showcasing how to use the Alinea CMS to store and update data.
The project is fully setup with Typescript and uses Tailblocks for layout.
Zero configuration is required if you want to get started with this project:
yarn dev
- Open http://localhost:3000 to see your blog.
- Open http://localhost:4500 to access the Alinea CMS and update your content.
Deploying this project with Vercel is as easy as using the following one-click-deploy button below:
After your project is setup, navigate to www.your-domain.vercel.app/admin.html
. The default backend deploy is the
Alinea Cloud backend.
- Follow the instructions to generate an API key
- Add the API key as an environment variable in Vercel
- Create a new deployment
- You are ready to use the Alinea CMS in production