Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 394 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 394 Bytes

dudo

Dudo game at lefun.fun. https://lefun.fun/en/g/dudo

Prerequisites

Quick commands

Install the dependencies

make install

Start de dev server

make dev

Build the packages

make build

Format the code base

make format

Run the tests

make test