Une application pour les conjurés du temporel savoir quels jeux de plateau sont joués https://plateaux.conjurestemporel.fr
Find a file
2026-03-13 12:37:16 +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 token 2026-03-13 12:28:22 +01:00
tests Improve search results 2023-12-30 01:59:26 +01:00
.env Add BGG token 2026-03-13 12:36:36 +01:00
.env.development Add BGG token 2026-03-13 12:36:36 +01: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 Use new deploy flow 2026-02-07 03:18:45 +01:00
Dockerfile Add BGG token 2026-03-13 12:37:16 +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 Add BGG token 2026-03-13 12:28:22 +01: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

Deploy

Set git alias with:

git config alias.deploy '!git push && ssh -4 sitegui@ssh.sitegui.dev ./deploy conjurestemporel/conjures-plateaux'

then simply run git deploy to push and deploy.