https://github.com/rmdnps10/rmdnps10.github.io
스스로 배운 것, 느낀 점을 정리하는 기술 볼로그입니다.
https://github.com/rmdnps10/rmdnps10.github.io
Last synced: 4 months ago
JSON representation
스스로 배운 것, 느낀 점을 정리하는 기술 볼로그입니다.
- Host: GitHub
- URL: https://github.com/rmdnps10/rmdnps10.github.io
- Owner: rmdnps10
- License: 0bsd
- Created: 2025-02-13T13:29:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T09:16:27.000Z (4 months ago)
- Last Synced: 2025-02-15T09:19:16.667Z (4 months ago)
- Language: JavaScript
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```