Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leye195/blog-v2
- Owner: leye195
- Created: 2023-10-30T10:56:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T13:15:05.000Z (4 months ago)
- Last Synced: 2024-09-15T00:41:13.291Z (4 months ago)
- Topics: nextjs13, notion
- Language: TypeScript
- Homepage: https://www.dantechblog.xyz
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 테스트 코드 설정