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

https://github.com/rmdnps10/rmdnps10.github.io

스스로 배운 것, 느낀 점을 정리하는 기술 볼로그입니다.
https://github.com/rmdnps10/rmdnps10.github.io

Last synced: 4 months ago
JSON representation

스스로 배운 것, 느낀 점을 정리하는 기술 볼로그입니다.

Awesome Lists containing this project

README

        

# 🚀rmdnps10 기술 블로그

개발자로서 경험한 점과 배운 것을 정리하는 공간입니다.
프론트엔드, 알고리즘, AI, 대외활동 및 인턴 경험 등을 기록하고 있습니다.

📌 **블로그 주소**: [rmdnps10.github.io](https://rmdnps10.github.io/)

---

## 🛠️ 기술 스택

- **Framework**: [Gatsby](https://www.gatsbyjs.com/)
- **Deployment**: GitHub Pages
- **CI/CD**: GitHub Actions (main 브랜치에 push하면 자동 배포)

## 로컬 실행 방법

이 블로그는 Gatsby 기반으로 제작되었습니다.
로컬에서 실행하려면 아래 명령어를 사용하세요.

```sh
# 프로젝트 클론
git clone https://github.com/your-github-username/your-repo-name.git
cd your-repo-name

# 의존성 설치
yarn install

# 개발 서버 실행
gatsby develop
```