This is a simple project that combines features including:
- tailwindcss a utility-first CSS framework
- prettier an opinionated code formatter.
- netlify CMS a Git-based CMS.
- next omptimized images to automatically optimizes images.
To create your app using the template, open your terminal, cd
into the directory you'd like to create the app in,
and run the following command:
npx create-next-app your-blog --example "https://github.com/daytimestudio/nextjs-netlifycms-typescript"
To run localy, start the cms with
yarn local-backend
Then start next development server with
yarn dev
A Step-by-Step Guide: Deploying on Netlify
- Netlify CMS Documentation
- Building a Markdown blog with Next 9.4 and Netlify
- Next.js Starter Template for TypeScript
MIT