Skip to content

Latest commit

 

History

History

function

Join in dev?

Backend Doc

local test

Run the command: npm run debug, then you can see the website and the server start on http://localhost:9000

local deployment:

you can just run sh ./deploy.sh, there are some tips:

# local deploy: you need add .env file to ./function
# .env Document: https://cloud.tencent.com/document/product/583/44786
# TENCENT_SECRET_ID=xxxxxxxxxx
# TENCENT_SECRET_KEY=xxxxxxxx

Under normal circumstances, the program will be automatically deployed when you pull requests and merge to main.