From 0e2d5bc25b092726c20bf757f897db1fbfd65427 Mon Sep 17 00:00:00 2001 From: Ou Date: Mon, 21 Oct 2024 14:58:36 +0800 Subject: [PATCH] chore: update doc --- README.md | 7 +++++++ example.env.server | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 example.env.server diff --git a/README.md b/README.md index cc03e7f..69252cb 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ ![](screenshots/preview.light.png#gh-light-mode-only) ![](screenshots/preview.dark.png#gh-dark-mode-only) +## Development + +```bash +pnpm i +pnpm dev +``` + ## License [MIT](./LICENSE) © ourongxing diff --git a/example.env.server b/example.env.server new file mode 100644 index 0000000..2a3de8a --- /dev/null +++ b/example.env.server @@ -0,0 +1,4 @@ +G_CLIENT_ID= +G_CLIENT_SECRET= +JWT_SECRET= +INIT_TABLE=true \ No newline at end of file