Skip to content

D3strukt0r/wedding-manuele-robine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wedding for Manuele & Robine

The wedding page and manager for my own wedding. Might make it more customizable in the future.

License -> GitHub Static Badge

Version -> GitHub release (with filter)

Getting Started

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.

Prerequisites

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)

Installing

Clone the project

git clone git@github.com:D3strukt0r/wedding-manuele-robine.git
cd wedding-manuele-robine

TODO

Development

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) ?

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

Building

TODO

Release

TODO

Built With

Contributing

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.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

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.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

Acknowledgments

A list of used libraries and code with their licenses can be seen in the ACKNOWLEDGMENTS.md file.