The (test) front end of CQUPT Mirror. For now, it just parses tunasync.json
and shows information.
If you want to run GitHub Action to build a release for redlens, please follow the instructions below:
- Do some changes and commit them.
- Push changes to remote repo.
- Tag the commit id you want to create release for, and then push this tag to remote repo.
git tag -a "v1.XX" $COMMIT_ID
git push --tag
yarn
yarn run dev / vite
or if you need:
yarn only-build (Temporary solution)
yarn run serve
Please refer to package.json
if you want to learn more