asmbs / wp-schedule-builder
Build interactive agendas for scientific meetings
Installs: 304
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 7
Type:wordpress-plugin
Requires
- php: >=7.0
- portphp/csv: ^1.1
- portphp/steps: ^1.2
- dev-master
- v4.1.0
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.0.1
- v3.0.0
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- 1.4.2
- v1.4.1
- v1.4.0
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.1
- v1.0.0
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/decompress-4.2.1
- dev-dependabot/npm_and_yarn/elliptic-6.5.3
- dev-dependabot/npm_and_yarn/lodash-4.17.19
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/acorn-6.4.1
- dev-development
This package is auto-updated.
Last update: 2021-01-10 19:01:11 UTC
README
ScheduleBuilder is a WordPress plugin for building interactive agendas for scientific meetings.
Requirements
- PHP 7.0+
- A Composer-based WordPress stack like Bedrock
- Node + NPM
- The Advanced Custom Fields (ACF) Pro WordPress plugin v5.7+
Installation
-
Install with Composer:
composer require asmbs/wp-schedule-builder
-
Activate the plugin.
-
Go to the newly created Schedule Settings page and add the conference dates, venues, rooms and credit information for the event you're managing.
-
Start building!
Development
Requirements
- NPM
- Composer
Getting Started
To install the development dependencies, run:
composer install
npm install
To rebuild the assets, run:
npx webpack
(Requires npx)