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
- Host: GitHub
- URL: https://github.com/bigbite/site-settings
- Owner: bigbite
- License: gpl-2.0
- Created: 2024-05-24T11:52:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:21:21.000Z (over 1 year ago)
- Last Synced: 2025-01-01T09:08:54.362Z (about 1 year ago)
- Language: JavaScript
- Size: 498 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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
```