- Node version 16.5
- Yarn version 1.22.5
- Expo 4.8.1
โ ๏ธ These requirements will allow Orchestra to work on Ubuntu 20.04. For other operative systems they might change.
Clone this repo and run yarn
inside the project folder to install the dependencies. Make sure you are using the correct Node version. If you have installed nvm, you can run nvm use
to change to the correct node version.
- SPOTIFY_CLIENT_ID: Spotify app client ID (Can be obtained from Spotify for Developers).
- LOCAL_ORCHESTRA_URL: Orchestra frontend location.
- BACKEND_URL: Orchestra backend location.
โ ๏ธ Most Android emulators' location to localhost ishttp://10.0.2.2
. So, if your backend is running onhttp://localhost:5000
, for example, you will need to set theBACKEND_URL
tohttp://10.0.2.2:5000
in order to match the port.
- Run
yarn start
inside the project folder to launch the expo server. Browser will open displaying the expo developer tools. - On the developer tools left sidebar, select
Run on Android device/emulator
.
ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย
All dependencies are installed locally. So, in order to uninstall the project just delete the folder.