Repository for a user interface for the Catan game.
Other repositories:
Catan web (Javascript): https://github.com/mrlukasbos/catan-web
Catan server (Java): https://github.com/mrlukasbos/catan-server
Catan AI client (Rust): https://github.com/mrlukasbos/catan-client
npm install
npm run serve
npm run build
npm run lint
// or with autofix for bot sass-lint and eslint
npm run lint:fix