Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 274 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 274 Bytes

フィヨルドトーーク!

平等にトークテーマを提案できるアプリ。

インストール

postgresqlでuuidを使えるようにしてください。

$ psql -d postgres -c 'CREATE EXTENSION IF NOT EXISTS "uuid-ossp";'
$ bin/setup