WPFAevent
Wordpress Plugin for FOSSASIA events website
File Explorer
Download Latest Version (.zip)- project.mdc
- calendar-test.yml
- codeql.yml
- lint-pr-title.yml
- phpcs.yml
- phpstan.yml
- whitespace-check.yml
- dependabot.yml
- speaker-dashboard.css
- wpfaevent-admin.css
- wpfaevent-admin.js
- class-wpfaevent-event-handler.php
- class-wpfaevent-footer-handler.php
- class-wpfaevent-speakers-handler.php
- event-dashboard.php
- eventyay-import-settings.php
- eventyay-update-events.php
- speaker-dashboard-card.php
- speaker-dashboard-header.php
- speaker-dashboard-stats.php
- speakers-dashboard.php
- class-wpfaevent-admin.php
- class-wpfaevent-event-dashboard-data.php
- class-wpfaevent-event-dashboard-page.php
- class-wpfaevent-event-dashboard-sync-service.php
- class-wpfaevent-eventyay-ajax-sync.php
- class-wpfaevent-eventyay-dashboard-store.php
- class-wpfaevent-eventyay-importer.php
- class-wpfaevent-eventyay-schedule-sync.php
- class-wpfaevent-partner-dashboard-controller.php
- class-wpfaevent-partner-dashboard-hooks.php
- class-wpfaevent-partner-dashboard-renderer.php
- class-wpfaevent-partner-dashboard-statistics.php
- class-wpfaevent-partner-dashboard.php
- index.php
- minimal.json
- logo.png
- speaker-placeholder.svg
- install-wp-tests.sh
- speaker-data-model.md
- class-wpfaevent-cache.php
- class-wpfa-cli.php
- class-wpfaevent-cpt-event.php
- class-wpfaevent-cpt-speaker.php
- class-wpfaevent-admin-settings-renderer.php
- class-wpfaevent-ajax-controller.php
- class-wpfaevent-event-repository.php
- class-wpfaevent-eventyay-api-client.php
- class-wpfaevent-eventyay-post-manager.php
- class-wpfaevent-jsonapi-parser.php
- class-wpfaevent-jsonapi-resource-utils.php
- class-wpfaevent-partner-json-store.php
- class-wpfaevent-speaker-repository.php
- class-wpfaevent-additional-information-helper.php
- class-wpfaevent-event-navigation-helper.php
- class-wpfaevent-event-template-controller.php
- class-wpfaevent-news-functions.php
- class-wpfaevent-partner-helper.php
- class-wpfaevent-schedule-controller.php
- class-wpfaevent-schedule-helper.php
- wpfaevent-pagination-helper.php
- class-wpfaevent-meta-event.php
- class-wpfaevent-meta-speaker.php
- class-wpfaevent-taxonomies-speaker.php
- class-wpfaevent-taxonomies.php
- class-wpfaevent-activator.php
- class-wpfaevent-calendar.php
- class-wpfaevent-cron-scheduler.php
- class-wpfaevent-deactivator.php
- class-wpfaevent-event-speaker-relation-manager.php
- class-wpfaevent-i18n.php
- class-wpfaevent-loader.php
- class-wpfaevent-roles.php
- class-wpfaevent-templates.php
- class-wpfaevent-user-preferences-service.php
- class-wpfaevent.php
- index.php
- wpfaevent-public.css
- wpfaevent.pot
- bookmark.css
- navigation.css
- pagination.css
- additional-information.css
- code-of-conduct.css
- event.css
- events.css
- partners.css
- past-events.css
- schedule.css
- single-event.css
- speakers.css
- wpfaevent-public.css
- wpfaevent-blocks.js
- wpfaevent-events.js
- wpfaevent-footer.js
- wpfaevent-public.js
- wpfaevent-speakers.js
- content.php
- event-card.php
- event-modal.php
- dashboard-speaker-card.php
- speaker-card.php
- speaker-modal.php
- additional-information-page.php
- event-section-nav.php
- footer.php
- header.php
- wpfaevent-public-display.php
- page-additional-information.php
- page-code-of-conduct.php
- page-events.php
- page-landing.php
- page-partner.php
- page-past-events.php
- page-schedule.php
- page-speakers.php
- single-wpfa-event.php
- single-wpfa-speaker.php
- class-wpfaevent-bookmark-controller.php
- class-wpfaevent-public.php
- index.php
- APIClientTest.php
- BookmarkTest.php
- EventyaySpeakerLookupTest.php
- JSONAPIParserTest.php
- SampleTest.php
- bootstrap.php
- calendar-test.php
- README.md
- speaker-relationship-test.php
- .gitignore
- .prettierignore
- AGENTS.md
- CLAUDE.md
- composer.json
- composer.lock
- eslint.config.mjs
- index.php
- LICENSE
- package-lock.json
- package.json
- phpcs.xml
- phpstan-bootstrap.php
- phpstan.neon.dist
- phpunit.xml.dist
- README.md
- readme.txt
- uninstall.php
- wpfaevent.php
# Installation Guide
1. Get the code
git clone https://github.com/fossasia/WPFAevent
Downloads the entire project code from GitHub to your computer.
cd WPFAevent
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. PHP (Composer)
EasyPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
composer phpcs
Type this command into your terminal and run it.
composer phpcbf
Type this command into your terminal and run it.
composer phpstan
Type this command into your terminal and run it.
composer setup-tests
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
