Skip to content

droidknights/droidknights.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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