Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 403 Bytes

README.md

File metadata and controls

38 lines (19 loc) · 403 Bytes

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