tighten / dev-battle-landing

Landing page for the Tighten Dev Battle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • Fork this repository (optional).
  • Clone the repository locally.
  • Install dependencies with composer install.
  • Copy .env.example to .env and modify its contents to reflect your local environment.
  • Generate an application key with php artisan key:generate.
  • Migrate the database with php artisan migrate.
  • Install frontend dependencies with npm install.
  • Build and watch frontend assets with npm run dev.
  • Configure a web server, such as the built-in PHP web server, to serve the site using the public directory as the document root: php -S localhost:8080 -t public.
  • Run tests with vendor/bin/phpunit (set up dev_battle_landing_test DB to run tests).

About

Landing page for the Tighten Dev Battle


Languages

Language:PHP 92.1%Language:Blade 7.3%Language:Vue 0.6%