This is a Next.js project bootstrapped with create-next-app
.
This app is Blog app using Next.js and microCMS service.(https://microcms.io)
MIT License. You can freely use and customize in your responsibility.
You start micoCMS service account. Then, settting for endopoint as follows.
endpoint name
/technology-articles
/technology-articles/${id}
schema
title - text field
description - text field
content - richEditor field
In Detail, Please read docs in microCMS(https://document.microcms.io)
First, settting .env.local following .env.sample
Secondly, run the development server:
yarn install
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/**
. The page auto-updates as you edit the file.
yarn jest
yarn cy:run
Caution: M1 Mac
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!