Nuxt generation frontend for Sonolus server api, named sonolus-uploader-fastapi.
- Backend (requires sonolus-uploader-fastapi to be running)
- Firebase Authorization
- MySQL or MariaDB Server
- Any S3 storage(Recommends B2 Cloud Storage with Cloudflare)
- Any VPS(Recommends Oracle Cloud Free Tier)
AGPLv3+
Make sure to install the dependencies:
# Before do everythings
yarn install
# To run development server
yarn run dev
# To build production server
yarn run build
# To run locally preview production build
yarn run preview
# Checkout the https://v3.nuxtjs.org/docs/deployment for more information.