/kiwi

Primary LanguagePHP

Stack

Running the Application Locally

Steps:

  1. git clone git@github.com:fnsc/kiwi.git
  2. docker-compose build --no-cache web
  3. docker-compose run web composer install
  4. docker-compose up web -d
  5. docker-compose web symfony console doctrine:migrations:migrate
  6. docker-compose web symfony console doctrine:fixtures:load
  7. docker-compose run node yarn install
  8. docker-compose run node yarn dev

Finally access http://localhost:7171.