1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-11-30 15:58:01 +09:00
ザ・インタビューズとかaskfmとかそういうやつのMastodon版
Go to file
2018-05-11 04:21:41 +09:00
src move views folder 2018-05-11 04:21:41 +09:00
views move views folder 2018-05-11 04:21:41 +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 use yarn 2018-05-11 04:18:42 +09:00
LICENSE first commit 2017-12-09 09:39:59 +09:00
package.json use koa-static-cache 2018-01-23 22:44:44 +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
yarn.lock use yarn 2018-05-11 04:18:42 +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