Skip to content

Instantly share code, notes, and snippets.

View hwj0623's full-sized avatar
🎯
Focusing

hwj0623 hwj0623

🎯
Focusing
  • Seoul
View GitHub Profile
import Foundation
//영상과 요구사항
struct Video {}
struct Requirement {}
class Youtuber {
var editor: Editor?
func editVideo() {
@falsy
falsy / nvm_quick_start.md
Last active February 25, 2024 09:06
NVM(Node Version Manager) 맥OS에서 설치 & 사용하기

NVM(Node Version Manager) Quick Start

맥OS에서 NVM 사용하기

NVM 설치

1. 설치

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