- Markdown이 아닌 블로그 게시물을 Markdown 형식으로 자동 변환합니다.
- 변환된 텍스트 데이터를 분석하고 인사이트를 제공합니다.
- 블로그 운영 및 외부 사용자에게 유용한 도구를 제공합니다.
First, create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
Then, install the dependencies:
npm install
Then, run the development server(python dependencies will be installed automatically here):
npm run dev
Open http://localhost:3000 with your browser to see the result.
The FastApi server will be running on http://127.0.0.1:8000 – feel free to change the port in package.json
(you'll also need to update it in next.config.js
).