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

https://github.com/bigbite/site-settings

WordPress plugin that allows you to save site settings without predefined field names
https://github.com/bigbite/site-settings

Last synced: 12 months ago
JSON representation

WordPress plugin that allows you to save site settings without predefined field names

Awesome Lists containing this project

README

          

# Site Settings

## Local Development or Manual Install
Clone the repository into your `plugins` or `client-mu-plugins` directory.
```
git clone git@github.com:@big-bite/site-settings.git && cd site-settings
```

Install JS packages.
```
npm install
```

Build all assets
```
npm run build:prod
```

Install PHP packages and create autoloader for the plugin.
```
composer update
```

Dev watch mode
```
npm run watch:dev
```