adnjoo / xtrack

🫠
https://xtrack.ing
0 stars 0 forks source link

blog pull from .. #315

Open adnjoo opened 5 months ago

adnjoo commented 5 months ago

or some other CMS

Research

https://www.reddit.com/r/nextjs/comments/15qbbuu/adding_blog_to_existing_project/

React Bricks has a starter for Next.js with a blog, with Tailwind CSS. The best way would be to scaffold a new project with the CLI (npx create-reactbricks-app) and then copy and paste the part you need into your Next.js project (you will need the .env file, the react-bricks folder, the admin folder and the catch all slug page).

https://www.reactbricks.com/