mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Reorder readme
This commit is contained in:
parent
5f83f2b85a
commit
cb53e1887e
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
|
@ -17,6 +17,14 @@ supported](http://caniuse.com/#feat=audio-api).
|
|||
|
||||
Check out this Twitter thread for an illustrated list of features: https://twitter.com/captbaritone/status/961274714013319168
|
||||
|
||||
## Use Webamp in your own project
|
||||
|
||||
Its possible to use Webamp as a media player on your own website. In fact, the [Internet Archive](https://archive.org/) offers it as an optional player for all of their archived audio tracks. [Read more](https://blog.archive.org/2018/10/02/dont-click-on-the-llama/).
|
||||
|
||||
For examples of how to add Webamp to your projects, check out out [`examples/` directory](./examples).
|
||||
|
||||
See the [usage documentation](./docs/usage.md) for more detailed information.
|
||||
|
||||
## About This Repository
|
||||
|
||||
This repository contains a number of different things:
|
||||
|
|
@ -26,14 +34,6 @@ This repository contains a number of different things:
|
|||
3. `./examples`: A few small examples showing how to use the NPM module
|
||||
4. `./experiments`: A few small projects that are either related to Webamp, or may some day be a part of Webamp
|
||||
|
||||
## Use Webamp in your own project
|
||||
|
||||
Its possible to use Webamp as a media player on your own website. In fact, the [Internet Archive](https://archive.org/) offers it as an optional player for all of their archived audio tracks. [Read more](https://blog.archive.org/2018/10/02/dont-click-on-the-llama/).
|
||||
|
||||
For examples of how to add Webamp to your projects, check out out [`examples/` directory](./examples).
|
||||
|
||||
See the [usage documentation](./docs/usage.md) for more detailed information.
|
||||
|
||||
## Development
|
||||
|
||||
I do most development by starting the demo site in dev mode and iterating that way. The following commands will install all dependencies, run an initial development build and then start a local server. Every time you save a file, it will rebuild the bundle and automatically refresh the page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue