Skip to content

neuronalmotion/goker-webapp

Repository files navigation

goker-webapp

AngularJS webapp of poker games management

Dependencies

sudo apt-get install ruby
sudo gem install compass
cd <node-install-dir>
./configure
make
sudo make install
sudo npm install -g bower
sudo npm install -g grunt-cli

Installation

git clone https://github.com/neuronalmotion/goker-webapp.git
cd goker-webapp
bower install # install dependencies
grunt serve # test your installation

Troubleshootings

When doing grunt serve you might have this output:

Fatal error: Unable to find local grunt.

    If you're seeing this message, either a Gruntfile wasn't found or grunt
    hasn't been installed locally to your project. For more information about
    installing and configuring grunt, please see the Getting Started guide:

    http://gruntjs.com/getting-started

DON'T PANIC Simply run:

sudo npm install grunt --save-dev
npm install

About

AngularJS webapp of poker games management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published