Giter Site home page Giter Site logo

fjlaubscher / barracks Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11.33 MB

Barracks is a free and open-source Bolt Action assistant.

Home Page: https://barracks.francoislaubscher.dev

License: MIT License

HTML 0.70% TypeScript 92.01% SCSS 7.28%
boltaction react wargaming

barracks's Introduction

What is Barracks?

Barracks is a Bolt Action assistant app designed to enhance your gaming experience by providing a user-friendly interface for managing your army list and tracking unit stats.

With features such as point calculation, force organization, and customizable army lists, Barracks streamlines the preparation process and allows you to focus on strategy and tactics during gameplay.

Barracks is not associated with or endorsed by Warlord Games, the publisher of Bolt Action.

Getting Started

This project uses Yarn for its dependency management. You need to install yarn first if you do not have it.

npm install -g yarn

Database

Using Docker

docker-compose up -d
docker exec -i barracks_db_1 /bin/bash -c "PGPASSWORD=postgres psql -U postgres barracks -a" < ./barracks-api/src/sql/schema.sql
docker exec -i barracks_db_1 /bin/bash -c "PGPASSWORD=postgres psql -U postgres barracks -a" < ./barracks-api/src/sql/seed.sql

Using local Postgres instance

psql -U postgres
CREATE DATABASE barracks;
\q
psql -U postgres -d barracks -a -f ./barracks-api/src/sql/init.sql

Installing Dependencies

yarn

Development

yarn start

Building for Production

yarn build

Contributors

License

Barracks is free software, and may be redistributed under the terms specified in the LICENSE file.

barracks's People

Contributors

fjlaubscher avatar

Watchers

 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.