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

https://github.com/vriskaserket51/menkakusitsu-files

제주과학고 학교생활 서비스의 파일 서버입니다.
https://github.com/vriskaserket51/menkakusitsu-files

Last synced: 3 months ago
JSON representation

제주과학고 학교생활 서비스의 파일 서버입니다.

Awesome Lists containing this project

README

        

# menkakusitsu-files

제주과학고 학교생활 서비스의 파일 서버입니다.

## 개발 방법

1. [VSCode](https://code.visualstudio.com/download), [git](https://git-scm.com/downloads), [Node.js](https://nodejs.org/ko/) 설치
2. Node.js 설치가 끝나면 재부팅
3. VSCode 실행후 F1 -> git clone -> 해당 레포 주소 입력 -> 레포 다운받을 폴더 선택
4. 상단 바 -> 터미널 -> 새 터미널 -> menkakusitsu-files 선택
5. `npm install`을 통해 필요한 패키지 설치
6. `npm run dev`을 통해 개발 서버 실행 가능
> 개발 서버는 수정된 코드를 저장하면 자동으로 리로드 됨
7. 수정 사항은 커밋 후 마스터 브랜치에 푸시
> 사이트 잘 작동하는지 확인 후 푸시할 것