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.
- Host: GitHub
- URL: https://github.com/guoyunhe/rabbit-lyrics-wp
- Owner: guoyunhe
- Created: 2014-12-27T02:55:07.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T15:22:52.000Z (about 4 years ago)
- Last Synced: 2023-08-05T10:11:54.534Z (almost 2 years ago)
- Language: JavaScript
- Size: 531 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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` blockRecommended editor: _Visual Studio Code_ with _EditorConfig_, _ESLint_, _Stylelint_ and _Prettier_ extensions.