17 行
286 B
Markdown
17 行
286 B
Markdown
# neo-double-hearts
|
|
|
|
```bash
|
|
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
|
|
```
|