Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 766 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 766 Bytes

Durak - Card playing game

The goal of this project is to create the card playing game durak as a web app.

This project is very new and currently under heavy development so do not expect working builds.

The server part is located in a own repository under KeKsBoTer/durak.

Installation

Node: You need to install and the webserver KeKsBoTer/durak first.

  1. Clone the repository

    git clone https://github.com/KeKsBoTer/durak-webapp

  2. Install dependencies

    npm install

    or

    yarn install

  3. Start development server

    npm start

    or

    yarn start

  4. Open http://localhost:3000 in your browser