Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leye195/blog-v2

DanDevLog - V2 with NextJS&Notion API
https://github.com/leye195/blog-v2

nextjs13 notion

Last synced: 17 days ago
JSON representation

DanDevLog - V2 with NextJS&Notion API

Awesome Lists containing this project

README

        

# Devlog - v2

## Getting Started

### Create env.local

```
NOTION_SECRET=
NOTION_DATABASE=
NEXT_PUBLIC_BASE_URL=
```

### Install dependencies

```bash
pnpm install
```

### Run Server

```bash
pnpm dev
```

### Build

```bash
pnpm build
```

## Run Build

```bash
pnpm start
```

### ToDo

- [x] 페이지 레이아웃 및 UI 설정
- [x] Notion Api 연동
- [x] Sitemap 생성
- [x] rss 생성
- [x] Resume 페이지 작업
- [x] favicon 생성
- [x] ga 연동
- [ ] Vitest 테스트 코드 설정