/perudo-client

The client for the perudo game

Primary LanguageElm

perudo-client

The client for the perudo game

Build & Run

Assuming you have Yarn installed:

$ git clone https://github.com/blake-education/perudo-client
$ cd perudo-client
$ yarn
$ yarn start

You can use yarn build to build everything into the /dist directory.

Alternatively you can use npm instead of yarn.