Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 656 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 656 Bytes

kuzzle-core-plugin-gameoflife

This is a kuzzle plugin that run a Game Of Life. This plugin is based on a boilerplate that can be found here : https://github.com/kuzzleio/kuzzle-core-plugin-boilerplate

Here, you can found the Kuzzle documentation : https://doc.kuzzle.io

Usage

Prerequisite:

You need to have Docker and Docker-Compose installed on your computer to run this project. Go here to install docker : https://docs.docker.com/install/

How to run:

From a terminal :

  • git clone https://github.com/bilouw/kuzzle-core-plugin-gameoflife.git
  • cd kuzzle-core-plugin-gameoflife
  • npm install
  • cd docker
  • docker-compose up