Skip to content

lefun-fun/categorio

Repository files navigation

Categorio

Categorio game at lefun.fun.

Still a work in progress!

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