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