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

https://github.com/tobybatch/www-wp


https://github.com/tobybatch/www-wp

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# www-wp

```shell
docker \
compose exec db \
mariadb-dump \
--user=root \
--password=password \
--lock-tables \
wordpress \
> initdb.d/00_init.sql
```