React Native app for Android and iOS for Auralous
Create a .env
in the web
(current) directory:
API_URI=https://api.auralous.com
WEBSOCKET_URI=wss://api.auralous.com
APP_URI=https://app.auralous.com
SPOTIFY_CLIENT_ID=spotify_client_id
FACEBOOK_APP_ID=
You will need a Spotify Developer to work with Spotify playback.
Start webpack-dev-server for development.
Run yarn build
to create a production build in the build
directory.