/baby-name-voter

Need help naming your baby? Use baby name voter to add your favorite names, then let close family members vote on them!

Primary LanguagePHP

Baby Name Voter

Need help naming your baby? Use baby name voter to add your favorite names, then let close family members vote on them!

Three votes each,

  • First vote worth 8 points.
  • Second vote worth 5 points.
  • Third vote worth 3 points.

Send the link to your close ones and let the voting begin!

DDEV

Starting a Project

Once DDEV is installed, setting up a new project should be quick:

  • Clone or create the code for your project.
  • cd into the project directory and run ddev config to initialize a DDEV project.
  • Run ddev start to spin up the project.
  • Run ddev launch to open your project in a browser.
  • ddev stop stops a project and removes its memory usage (but does not throw away any data).
  • ddev poweroff stops all resources that DDEV is using and stops the Mutagen daemon if it’s running.