2021-07-24 21:18:31 +08:00
2021-07-24 21:08:41 +08:00
2021-07-24 21:09:44 +08:00
2021-07-24 21:16:00 +08:00
2021-07-24 21:18:31 +08:00
2021-07-24 21:16:00 +08:00
2021-07-24 19:12:00 +08:00

neo-double-hearts

git clone https://git.sduonline.cn/juzheng/neo-double-hearts
cd neo-double-hearts/
cp .env.example .env
vim .env # Fill in your config
npm i typescript -g
npm i

# Compile & Run
npm run build
npm start
# Or:
node --require ts-node/register src/index.ts
描述
学线暑假新双心专案
Readme 76 KiB
Languages
JavaScript 63.3%
TypeScript 36.7%