Playing music using the spotify API
To install nvm:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bashTo install node using nvm:
nvm install v11.1.0babel-cli@6.26.0expo-cli@2.3.8react-native-git-upgrade@0.2.7
installed using:
sudo npm install -g <package@version>
Go to cloned directory and run
npm installAll required dependencies should now be ready.
To start the app:
npm startor use the docker image ajnagashima/homequeue:part2
This docker image doesn't have node_modules installed locally and needs to be linked to the directory ~/.../HomeQueue/ to run
Please open an issue if you have any trouble starting the app