Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 401 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 401 Bytes

DroidKnights

드로이드나이츠 사이트 + 블로그 입니다

블로그

made by jekyll

dev

$bundle exec jekyll server --w

localhost:4000 접속

스케쥴 홈페이지

made by vue.js, webpack

dev

$cd 2017
$npm install
$npm run dev

localhost:8080 접속

delpoy

$cd 2017
$npm run build
$cd ..
-> git add, commit, push