Skip to content

romanmartushev/gigazonegaming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 60.0%
  • HTML 26.1%
  • CSS 6.8%
  • JavaScript 4.6%
  • CoffeeScript 1.4%
  • Shell 1.0%
  • Ruby 0.1%