1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-11-27 14:28:04 +09:00
quesdon/README.md
2017-12-09 09:57:47 +09:00

275 B

quesdon

ザ・インタビューズとかaskfmとかそういうののMastodon版

LICENSE: AGPL 3.0

how to run

required: latest version Node.js, MongoDB

npm install
npm run build
MONGODB_URL=mongodb://localhost/quesdon BACK_PORT=3000 npm start