BlueArchive strategy API site
You can found the usage from aronadoc
First you should add an env file to the root directory
BASE_URL=<your oss url>
PORT=<your port>
OSS_ACCESS_KEY_ID=<your oss access key id>
OSS_ACCESS_KEY_SECRET=<your oss access key secret>
OSS_REGION=<your oss region>
OSS_ENDPOINT=<your oss endpoint>
BUCKET=<your bucket name>
- For
npm
user
git clone https://github.com/hanasa2023/arona-api.git
cd arona-api
npm i
npm run build
npm run start
- For
pnpm
user
git clone https://github.com/hanasa2023/arona-api.git
cd arona-api
pnpm i
pnpm build
pnpm start