Nightwave Plaza is a continuously running online radio station focused on vaporwave and future funk.
This repository contains the frontend monorepo powering the Nightwave Plaza web interface and mobile app view.
src/
app/ # Shared application code
mobile/ # Mobile-specific code
Configure .env:
VITE_API_URL=https://api.plaza.one
VITE_APP=app
VITE_BUILD_PATH=/plaza/build
Then build:
yarn buildThe output directory will contain the production-ready bundle.
The mobile build uses the same configuration, but you need to set VITE_APP=mobile in your env.
It is intended to be embedded inside the native Android / iOS applications and does not function as a standalone mobile application.
Localization is managed via Weblate: http://weblate.plaza.one/engage/nightwave-plaza/