1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-12-12 21:58:04 +09:00
ザ・インタビューズとかaskfmとかそういうやつのMastodon版
Go to file
2017-12-09 09:57:52 +09:00
src Redisいらんかった 2017-12-09 09:57:47 +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 fix dockefile 2017-12-09 09:57:52 +09:00
LICENSE first commit 2017-12-09 09:39:59 +09:00
package-lock.json Redisいらんかった 2017-12-09 09:57:47 +09:00
package.json Redisいらんかった 2017-12-09 09:57:47 +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 first commit 2017-12-09 09:39:59 +09:00
webpack.config.js first commit 2017-12-09 09:39:59 +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