Home
Softono

Synthetic

Open source MIT JavaScript
15
Stars
1
Forks
0
Issues
0
Watchers
7 years
Last Commit

 About Synthetic

Spotify integration and song analytics visualization

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Synthetic?

We provide expert installation service for this software. Our team will install, configure, and secure Synthetic on your server. plans start at just $30.

Synthetic

A client-side React app for discovering music

Setup

Clone this repo to your desktop and run npm install or yarn install to install all the dependencies.

Deployment

Run npm run build or yarn build to create the build folder for deploys

You can run the build files on a static server by first installing serve

npm install -g serve

and then running:

npm install -g serve
serve -s build

Built With