Home
Softono
synthetic

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

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