|
50 | 50 | <h1></h1> |
51 | 51 |
|
52 | 52 | Tournament system meant to be easy to use. Bracket is written in async Python (with |
53 | | -[FastAPI](https://fastapi.tiangolo.com)) and [Next.js](https://nextjs.org/) as frontend using the |
| 53 | +[FastAPI](https://fastapi.tiangolo.com)) and [Vite](https://vite.dev/) as frontend using the |
54 | 54 | [Mantine](https://mantine.dev/) library. |
55 | 55 |
|
56 | 56 | It has the following features: |
@@ -104,17 +104,17 @@ Read the [configuration docs](https://docs.bracketapp.nl/docs/running-bracket/co |
104 | 104 | Bracket's backend is configured using `.env` files (`prod.env` for production, `dev.env` for development etc.). |
105 | 105 | But you can also configure Bracket using environment variables directly, for example by specifying them in the `docker-compose.yml`. |
106 | 106 |
|
107 | | -The frontend doesn't can be configured by environment variables as well, as well as `.env` files using Next.js' way of loading environment variables. |
| 107 | +The frontend doesn't can be configured by environment variables as well, as well as `.env` files using Vite's way of loading environment variables. |
108 | 108 |
|
109 | 109 | # Running Bracket in production |
110 | 110 | Read the [deployment docs](https://docs.bracketapp.nl/docs/deployment) for how to deploy Bracket and run it in production. |
111 | 111 |
|
112 | | -Bracket can be run in Docker or by itself (using `uv` and `yarn`). |
| 112 | +Bracket can be run in Docker or by itself (using `uv` and `pnpm`). |
113 | 113 |
|
114 | 114 | # Development setup |
115 | 115 | Read the [development docs](https://docs.bracketapp.nl/docs/community/development) for how to run Bracket for development. |
116 | 116 |
|
117 | | -Prerequisites are `yarn`, `postgresql` and `uv` to run the frontend, database and backend. |
| 117 | +Prerequisites are `pnpm`, `postgresql` and `uv` to run the frontend, database and backend. |
118 | 118 |
|
119 | 119 | # Translations |
120 | 120 | Based on your browser settings, your language should be automatically detected and loaded. For now, |
|
0 commit comments