项目作者: Bookman0001

项目描述 :
My Blog SSG app using Next.js
高级语言: TypeScript
项目地址: git://github.com/Bookman0001/sirius.git
创建时间: 2020-09-22T03:29:00Z
项目社区:https://github.com/Bookman0001/sirius

开源协议:MIT License

下载


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.

  1. endpoint name
  2. /technology-articles
  3. /technology-articles/${id}
  4. schema
  5. title - text field
  6. description - text field
  7. 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:

  1. yarn install
  2. 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

  1. yarn jest

Running E2E Test

  1. 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!