# Quickstart

# z OpinionBox

It is recommended to use Laravel Sail as the development environment.

$ git clone https://github.com/kai0310/OpinionBox.git
$ cd OpinionBox

$ composer install
$ composer sail:up

# If you want run artisan command,
# plz enter the `./vendor/bin/sail` before artisan command.

Let's get access http://localhost (opens new window)

# Requirement

  • Git
  • PHP(7.3<=)
  • Composer
  • Node.js