Skip to content

M1n01/my-blog

Repository files navigation

my-blog

table of contents

1. Getting Started

how to run

# clone the project
$ git clone [email protected]:M1n01/my-blog.git

# install dependencies
$ cd my-blog
$ pnpm install

# create .env file
$ touch .env.local
$ echo "NEXT_PUBLIC_NOTION_TOKEN=<your-notion-token>\nNEXT_PUBLIC_DATABASE_ID=<your-notion-database-id>" > .env.local

# start the development server
$ pnpm dev

how to get Notion token and database id

how to access

# open the browser and visit
http://localhost:3000

(トップへ)

2. Tech Stack

  • Next.js
  • Notion API
  • Mantine
  • cloudflare # for deployment

(トップへ)

3. Git Commit Message prefix

fix: バグ修正
feat: 新機能追加
update: 機能更新
change: 仕様変更
perf: パフォーマンス改善
refactor: コードのリファクタリング
docs: ドキュメントのみの変更
style: コードのフォーマットに関する変更
test: テストコードの変更
revert: 変更の取り消し
chore: その他の変更

(トップへ)

About

This is my blog page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published