A backend server for https://github.com/jurliyuuri/cerke_online_alpha. / https://github.com/jurliyuuri/cerke_online_alpha のバックエンド。
To activate the discord notifier, set PUBLIC_ANNOUNCEMENT
to be DISCORD
and also set DISCORD_NOTIFIER_TOKEN
in the env var. / Discord への通知を飛ばすには、環境変数で PUBLIC_ANNOUNCEMENT
を DISCORD
とし、 DISCORD_NOTIFIER_TOKEN
をセットする必要がある。
$ npm install
$ npm run build
$ npm start
should now be listening on localhost:23564. / としてやると localhost:23564 で listen されるはずである。
$ npm install
$ tsc