Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzpi/album-manager
https://github.com/jazzpi/album-manager
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jazzpi/album-manager
- Owner: jazzpi
- Created: 2024-04-23T22:53:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T16:55:19.000Z (28 days ago)
- Last Synced: 2024-12-10T18:19:47.653Z (28 days ago)
- Language: TypeScript
- Homepage: https://albums.jazzpi.de
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```