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

https://github.com/guoyunhe/rabbit-lyrics-wp

A timed lyrics plugin for WordPress.
https://github.com/guoyunhe/rabbit-lyrics-wp

Last synced: about 1 month ago
JSON representation

A timed lyrics plugin for WordPress.

Awesome Lists containing this project

README

        

# Rabbit Lyrics WordPress Plugin

JavaScript audio and timed lyrics synchronizer.

## Development

1. Install `wp-env`
```
npm i -g @wordpress/env
```
2. Initialize project
```
cd path/to/rabbit-lyrics
npm i
```
3. Start test server
```
wp-env start
```
4. Visit http://localhost:8888/wp-login.php and login with `admin` and `password`
5. Create a new post and insert a `Rabbit Lyrics` block

Recommended editor: _Visual Studio Code_ with _EditorConfig_, _ESLint_, _Stylelint_ and _Prettier_ extensions.