/vote

Tailwind, AlpineJS, Livewire, Laravel

Primary LanguagePHP

Installation

  • Clone the repo and cd into it
  • composer install
  • Rename or copy .env.example file to .env
  • php artisan key:generate
  • Setup a database and add your database credentials in your .env file
  • npm install
  • npm run dev or npm run watch
  • php artisan serve
  • Visit localhost:8000 in your browser