mirror of
https://github.com/evroon/bracket.git
synced 2026-03-05 07:36:56 -05:00
92006e11a12e99e3f4d1dce4f640e5d7b962dbe0
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.30.1 to 7.31.11. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.31.11) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bracket
Ladder tournament system meant to be easy to use.
Setup
Frontend
yarn
npm run dev
Backend
./run.sh
Database
Create a new bracket database in a bracket cluster:
sudo pg_createcluster -u postgres -p 5532 13 bracket
pg_ctlcluster 13 bracket start
sudo -Hu postgres psql -p 5532
CREATE USER bracket_ci WITH PASSWORD 'bracket_ci';
CREATE DATABASE bracket_ci OWNER bracket_ci;
sudo -Hu postgres psql -p 5532
CREATE USER bracket_dev WITH PASSWORD 'bracket_dev';
CREATE DATABASE bracket_dev OWNER bracket_dev;
Config
Put JWT_SECRET in prod.env using openssl rand -hex 32
Languages
TypeScript
51.1%
Python
47.6%
CSS
0.8%
Dockerfile
0.2%