Code Monkey home page Code Monkey logo

librarygames's Introduction

LibraryGames

LibraryGames is an online platform for various board games that could be found in a library.

Authors

Created by Patrick Kenney and Syed Quadri

Tools

Provides a declarative set of tools pinned to specific versions for environmental consistency.

These tools are defined in .tool-versions. Run make dependencies to initialize a new environment.

A left shifting tool to consistently run a set of checks on the code repo. Our checks enforce syntax validations and formatting. We encourage contributors to use pre-commit hooks.

# install all pre-commit hooks
make hooks

# run pre-commit on repo once
make pre-commit

Tool for deploying on kubernetes. Run make helm-dependencies to initialize a new environment.

Usage

Building

To build the latest client docker image run make image-client. To build the latest server docker image run make image-server.

To generate protobuf definitions runs make proto.

Server

To launch the server on minikube run:

# if minikube is not already running
make start-minikube
# deploy observability tools
make observability-minikube
# open grafana and/or get grafana address
make grafana
# if a new image was created
make load
# actually deploy the server
make deploy
# uninstall the deployment
make uninstall
# stop the minikube profile
make stop-minikube
# delete the minikube profile
make delete-minikube

Client

To run a client locally run:

# if on linux
make run
# if on WSL2 with Windows 11
make run-wsl

librarygames's People

Contributors

patrickkenney9801 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.