https://github.com/halak/halnote
https://github.com/halak/halnote
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/halak/halnote
- Owner: halak
- License: mit
- Created: 2020-05-03T10:28:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:52:42.000Z (over 3 years ago)
- Last Synced: 2025-10-11T00:24:44.397Z (9 months ago)
- Language: TypeScript
- Size: 2.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 할락의 노트
저의 [웹사이트](https://halak.github.io/) 생성에 필요한 문서와 설정을 보관하는 저장소입니다.
## 로컬에서 실행하려면...
### 필요한 환경
- [Python 3.7.6](https://www.python.org/)
- [Node.js v12.13.0](https://nodejs.org/)
### on Windows
```cmd
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
```