Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 824 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 824 Bytes

cerke_online_backend

What this is / これはなに

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_ANNOUNCEMENTDISCORD とし、 DISCORD_NOTIFIER_TOKEN をセットする必要がある。

Running Locally / ローカルで実行方法

$ npm install
$ npm run build
$ npm start

should now be listening on localhost:23564. / としてやると localhost:23564 で listen されるはずである。

To compile index.ts / index.ts をコンパイルするには

$ npm install
$ tsc