Skip to content

Bookman0001/nagato

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Description

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.

Before Starting

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)

Getting Started

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.

Running Unit & Integration Test

yarn jest

Running E2E Test

yarn cy:run

Caution: M1 Mac

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Releases

No releases published

Packages

No packages published

Languages