Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 324 Bytes

Democracy Roleplay

Configuration :

  • Clone the repo.
  • Make sure yarn is installed (npm i -g yarn)
  • composer install
  • npm install
  • Configure .env

To initialize a database :

php bin/console doctrine:database:create

To launch a dev server :

php -S localhost:8000 -t public