Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 527 Bytes

할락의 노트

저의 웹사이트 생성에 필요한 문서와 설정을 보관하는 저장소입니다.

로컬에서 실행하려면...

필요한 환경

on Windows

git clone https://github.com/halak/halnote.git

cd .\halnote

REM Configure Node.js
npm install

REM Configure Python
virtualenv venv
.\venv\Scripts\pip.exe install -r requirements.txt
.\venv\Scripts\mkdocs.exe serve