1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-11-27 14:28:04 +09:00
ザ・インタビューズとかaskfmとかそういうやつのMastodon版
Go to file
2017-12-13 21:49:20 +09:00
src update xdate.jsを追加し日付表示をカスタマイズ 2017-12-13 21:49:20 +09:00
.babelrc async-await babel 2017-12-09 10:28:58 +09:00
.dockerignore first commit 2017-12-09 09:39:59 +09:00
.foreman first commit 2017-12-09 09:39:59 +09:00
.gitignore first commit 2017-12-09 09:39:59 +09:00
Dockerfile Remove redundant mkdir in Dockerfile 2017-12-11 02:30:53 +09:00
LICENSE first commit 2017-12-09 09:39:59 +09:00
package-lock.json update xdate.jsを追加し日付表示をカスタマイズ 2017-12-13 21:49:20 +09:00
package.json update xdate.jsを追加し日付表示をカスタマイズ 2017-12-13 21:49:20 +09:00
Procfile.dev first commit 2017-12-09 09:39:59 +09:00
README.md Redisいらんかった 2017-12-09 09:57:47 +09:00
tsconfig.json async-await babel 2017-12-09 10:28:58 +09:00
webpack.config.js async-await babel 2017-12-09 10:28:58 +09:00

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