https://github.com/m-vo/contao-survey
https://github.com/m-vo/contao-survey
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/m-vo/contao-survey
- Owner: m-vo
- Created: 2020-04-15T07:57:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T07:56:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T16:04:18.376Z (2 months ago)
- Language: PHP
- Size: 465 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warning
This package is in development and not intended for production use.# Development
#### PHP
* Install PHP dependencies with `composer install`.
* Run `composer chain` to execute the requirements/code style/static analysis checks and tests.#### JS
* Install JS dependencies with `yarn install`.
* Run `yarn build` to build the bundled javascript assets.