buildr
is a Warhammer: The Horus Heresy List Builder.
It's still very much a work in progress and consists of an Express API and a React PWA.
This project uses Yarn workspaces. You need to install yarn first if you do not have it.
npm install -g yarn
yarn
docker-compose up -d
docker exec -i buildr_db_1 /bin/bash -c "PGPASSWORD=postgres psql -U postgres buildr -a" < ./buildr-api/sql/init.sql
docker exec -i buildr_db_1 /bin/bash -c "PGPASSWORD=postgres psql -U postgres buildr -a" < ./buildr-api/sql/seed-data/game-system.sql
psql -U postgres
CREATE DATABASE buildr;
\q
psql -U postgres -d buildr -a -f ./buildr-api/sql/init.sql
psql -U postgres -d buildr -a -f ./buildr-api/sql/seed.sql
yarn run start
yarn run build
- Owner/Maintainer - fjlaubscher
Please read CONTRIBUTING for details on the code of conduct, and the process for submitting pull requests.
Crusader is free software, and may be redistributed under the terms specified in the LICENSE file.