Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jazzpi/album-manager


https://github.com/jazzpi/album-manager

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Album Manager

An app for managing albums on Spotify. Instance available at
[albums.jazzpi.de](https://albums.jazzpi.de)

## Install

Clone the repository, run `yarn` and then `yarn run dev`.

For production, instead run

```sh
yarn run build
cd build
cp ../package.json ../yarn.lock .
yarn install --prod
```

Then, you can run the server with

```sh
cd /path/to/album-manager
node -r dotenv/config build
```