Skip to content

Latest commit

 

History

History

web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@auralous/web

React Native app for Android and iOS for Auralous

Setup

Environment variables

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=

Spotify

You will need a Spotify Developer to work with Spotify playback.

Workflows

yarn dev

Start webpack-dev-server for development.

Build

Run yarn build to create a production build in the build directory.