The wedding page and manager for my own wedding. Might make it more customizable in the future.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Git - Run
brew install git
(Only for macOS) - VirtualBox - Run
brew install virtualbox
(Only for macOS) - Vagrant - Run
brew install vagrant
(Only for macOS)
Clone the project
git clone [email protected]:D3strukt0r/wedding-manuele-robine.git
cd wedding-manuele-robine
TODO
Start the project
vagrant up
- Initial VM Setup & Docker build & pull: ~6m 42s
- Initial Composer install: ~1m 18s ?
- Initial pNpm install: ~5m 38s ?
- Initial App startup: ~20s ?
- Subsequent startups: ~1m 7s (VM) + 26s (Docker) ?
If you get an error Could not kickstart service "com.apple.nfsd": 1: Operation not permitted
,
use sudo nfsd update
to fix it. (hashicorp/vagrant#13364)
Common commands
phpstan
phpstan analyse --generate-baseline
PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run -v --allow-risky=yes --diff --show-progress=dots
PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --allow-risky=yes --show-progress=dots
phpcs -p
phpcbf
rector process --dry-run
rector process
yarn run eslint --ext .js,.ts,.jsx,.tsx assets/
yarn run eslint --fix --ext .js,.ts,.jsx,.tsx assets/
yarn run prettier --check 'assets/**/*.{js,jsx,ts,tsx,less}'
yarn run prettier --write 'assets/**/*.{js,jsx,ts,tsx,less}'
yarn run stylelint assets/styles/
yarn run stylelint --fix assets/styles/
TODO
TODO
TODO
Please read CODE_OF_CONDUCT.md for details on our code of conduct, and CONTRIBUTING.md for the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
All the authors can be seen in the AUTHORS.md file.
Contributors can be seen in the CONTRIBUTORS.md file.
See also the full list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.txt file for details
A list of used libraries and code with their licenses can be seen in the ACKNOWLEDGMENTS.md file.