![Gitter](https://badges.gitter.im/Join Chat.svg)
The All-in-One music app, powered by Last.FM, Spotify and Deezer.
Most dependencies are obtained from Nuget and automatically restored on build. The only external dependency you'll have install is the Windows Ad Mediator SDK and SQLite for Universal App Platform SDK.
Make sure you have the necessary tools for building Windows Universal Apps.
Simply clone the repo
git clone https://github.com/zumicts/audiotica
Open the solution file Audiotica.sln
in Visual Studio. Make sure the selected platform is either x86
, for emulator, or ARM
for device. Then right-click and click Build on the solution. Nuget should download all missing packages, if not open the package manager and click Restore Missing Packages
.
You should now have successfully build the Audiotica app. Unless you don't have one of the required SDKs installed or are in any other branch besides master
, everything should be working.