Mountain and Prairie Bookshop GitLab
WordPress plugin that allows you to add books and authors, pull data from the ISBNdb API, if you have a key, and add affiliate links.
by Nikki Lamagna & Ed Roberson · gitlab.com/wc-wp/bookshop · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://gitlab.com/wc-wp/bookshop/-/archive/main/bookshop-main.zipReadme
Bookshop Plugin
Development
$ cd <plugin directory>
$ composer install
$ yarn install
$ yarn watch
In a new terminal:
$ cd <plugin directory>/svelte-components
$ yarn install
$ yarn dev
Bundle for production
$ cd <plugin directory>/svelte-components
$ yarn build
$ cd ..
$ yarn bundle