Une application pour les conjurés du temporel savoir quels jeux de plateau sont joués https://plateaux.conjurestemporel.fr
Find a file
2025-11-27 22:58:22 +01:00
.vscode Bootstrap 2023-11-28 21:40:29 +01:00
public Add BGG logo 2025-11-10 20:56:54 +01:00
server Rename default.env 2025-11-10 19:42:21 +01:00
src Add BGG logo 2025-11-10 20:56:54 +01:00
tests Improve search results 2023-12-30 01:59:26 +01:00
.env.development WIP use new server API 2025-10-01 08:57:14 +02:00
.eslintrc.cjs Use typescript 2023-12-09 01:13:00 +01:00
.gitignore Rename project 2025-11-27 22:58:22 +01:00
.prettierrc.json Bootstrap 2023-11-28 21:40:29 +01:00
auto-imports.d.ts Load details from games 2023-12-09 02:11:14 +01:00
components.d.ts Change from Element Plus with Quasar 2023-12-10 20:56:17 +01:00
deploy.sh Rename project 2025-11-27 22:50:53 +01:00
Dockerfile Rename default.env 2025-11-10 19:42:21 +01:00
index.html Change favicon 2023-12-16 11:39:31 +01:00
LICENSE Initial commit 2023-11-28 21:23:16 +01:00
package-lock.json Update node deps 2025-09-30 20:56:34 +02:00
package.json Update node deps 2025-09-30 20:56:34 +02:00
README.md Update node deps 2025-09-30 20:56:34 +02:00
TODO.md Paginate suggestion results 2024-01-17 00:38:16 +01:00
tsconfig.app.json Remove extensions from search results 2023-12-30 00:26:42 +01:00
tsconfig.json Use typescript 2023-12-09 01:13:00 +01:00
tsconfig.node.json Update node deps 2025-09-30 20:56:34 +02:00
vite.config.ts WIP use new server API 2025-10-01 08:57:14 +02:00

Plateaux aux conjurés

Project Setup

To run the server locally, open a new terminal window and run:

cd server
cargo run

To run the front-end locally, open a new terminal window and run:

npm run dev

Lint

npm run type-check