Skip to content

antonk52/game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babicard project

About

Built with yii2 - official guide

Setup

Run following commands

Clone the repo

git clone https://github.com/larek/game.git

Load node modules by running

npm install

Now run gulp to generate the CSS

gulp

If you are developing leave gulp running, this way it will update the CSS file when you edit SASS file.

Load dependancies using composer

cd game/basic
php composer.phar install

Create a database called game and import data from game/dump/game.sql

Start your local server and you will be able to view the site in your local environment.

Config file can be viewd in /basic/config/db.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.8%
  • CSS 6.0%
  • HTML 4.6%
  • JavaScript 2.9%
  • Batchfile 1.9%
  • ApacheConf 0.8%