Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 702 Bytes

File metadata and controls

22 lines (16 loc) · 702 Bytes

Portal

CircleCI

Common user managing system on Symfony 4.

Requirements

  • PHP 7.1+
  • MySQL 5.x

Installation

  1. Clone this repository.
  2. Run composer install to resolve Composer dependencies.
  3. Run yarn install to resolve NPM dependencies.
  4. Run yarn build to build assets.
  5. Run symfony serve or bin/console server:run to start the server.

License

(C) 2019 Naoki Ikeguchi <[email protected]>

This program is released under the MIT license. For details, refer LICENSE.md.