Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/audiusproject/bedtime

🥱 Home of the Bedtime, the Audius Embed player.
https://github.com/audiusproject/bedtime

Last synced: about 1 month ago
JSON representation

🥱 Home of the Bedtime, the Audius Embed player.

Awesome Lists containing this project

README

        

# 🚚 We've moved! Find the Audius Embed Player over in the audius-client monorepo

https://github.com/AudiusProject/audius-client/tree/main/packages/embed(https://github.com/AudiusProject/audius-client/tree/main/packages/embed)

# Bedtime

The Audius Embed Player

Like you've seen on [twitter](https://twitter.com/AudiusProject/status/1293624808459010050).

## Running
```
# Run against a local [General Admission](https://github.com/AudiusProject/general-admission) server
npm run start:dev

# Run against staging Audius services
npm run start:stage

# Run against production Audius services
npm run start:prod
```