Crusader is a Warhammer 40K Crusade tracker.
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 crusader_db_1 /bin/bash -c "PGPASSWORD=postgres psql -U postgres crusader -a" < ./crusader-api/src/sql/init.sql
psql -U postgres
CREATE DATABASE crusader;
\q
psql -U postgres -d crusader -a -f ./crusader-api/src/sql/init.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.