Skip to content

Instantly share code, notes, and snippets.

View almond-bongbong's full-sized avatar
💭
focusing

Max almond-bongbong

💭
focusing
View GitHub Profile
@toy-crane
toy-crane / toss-frontend-rules.mdc
Last active December 8, 2025 07:53
토스 프론트엔드 가이드라인 기반으로 만든 Cursor rule
# Frontend Design Guideline
This document summarizes key frontend design principles and rules, showcasing
recommended patterns. Follow these guidelines when writing frontend code.
# Readability
Improving the clarity and ease of understanding code.
@falsy
falsy / nvm_quick_start.md
Last active December 3, 2025 01:51
NVM(Node Version Manager) 맥OS에서 설치 & 사용하기

NVM(Node Version Manager) Quick Start

맥OS에서 NVM 사용하기

NVM 설치

1. 설치

$ sudo curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash