Skip to content
This repository has been archived by the owner on Sep 21, 2018. It is now read-only.

paulbunyancommunications/gigazonegaming

Repository files navigation

Gigazone Gaming website

Codacy Badge

Frameworks Used

  • Wordpress 4.7.4
  • Laravel 5.2

Tools used

NPM

  • Bower
  • Gulp

Start Up the development environment

Get started with the development environment by running two commands:

# Get Docker assets
$ composer docker_assets
# Spin up the the docker containers
$ ./dock.sh fup

After running ./dock.sh fup you will be put into the code container bash prompt.

Running tests

To run the test suite you can either run the test outside the containers:

# Run tests outside containers
docker-compose exec code codecept run

Or run them inside the code container by running

# Run tests inside containers
codecept run