1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-11-27 14:28:04 +09:00
ザ・インタビューズとかaskfmとかそういうやつのMastodon版
Go to file
2018-01-21 14:22:01 +09:00
src add meta viewport 2018-01-21 14:22:01 +09:00
.babelrc remove transform-async-to-generator plugin 2018-01-20 22:52:45 +09:00
.dockerignore first commit 2017-12-09 09:39:59 +09:00
.env example.com -> BASE_URL 2018-01-21 02:41:15 +09:00
.foreman first commit 2017-12-09 09:39:59 +09:00
.gitignore wip 2018-01-21 02:26:52 +09:00
Dockerfile dockerでビルドする際にNODE_ENVをproductionに 2018-01-20 18:50:26 +09:00
LICENSE first commit 2017-12-09 09:39:59 +09:00
package-lock.json wip 2018-01-21 02:26:52 +09:00
package.json wip 2018-01-21 02:26:52 +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 wip 2018-01-19 03:31:13 +09:00
webpack.config.js disable uglifyjs 2018-01-20 21:50:25 +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