Skip to content

MGPOCKY/Software-Analysis-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment

  • node: 22.14
  • npm: 11.4.2

Manage environment

  • NVM (Node Version Manager) - 설치된 노드 버전과 다를 경우
    • curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
    • nvm install 22
    • nvm use 22
    • node -v로 버전 확인

Execution

  • One-line
    • git clone git@github.com:MGPOCKY/Software-Analysis-2025.git && cd n-week && npm install && npm run all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published