Skip to content

A slack bot that Organises Points for your team

Notifications You must be signed in to change notification settings

DevOfFuture/pointbot

 
 

Repository files navigation

PointBot

PointBot is a slack bot that Organises points for your team...



Installation

Clone the repository

$ git clone [email protected]:dongido001/pointbot.git

CD into your projects directory and run composer install if you don't have composer installed, install it.

php composer install

Start building. Some of the components are Illuminate components, each of them have a readme file in their directory on how to use the component or a link to the authors documentation.

Running your application

you can easily get up and running. Using PHP's in-built php server. cd to your projects directory and run

$ php -S localhost:8234 -t public

Now you open http://localhost:8234 in your browser to see your application.

dongido |

About

A slack bot that Organises Points for your team

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.4%
  • HTML 4.6%