Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 166 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 166 Bytes

nubepedia

開発

# 初回のみ
% export DB_URL=file:dev.db
% yarn
% yarn gen
% yarn push

# こっちは毎回
% export DB_URL=file:dev.db
% yarn dev