Une application pour les conjurés du temporel savoir quels jeux de plateau sont joués
https://plateaux.conjurestemporel.fr
| .vscode | ||
| public | ||
| server | ||
| src | ||
| tests | ||
| .env | ||
| .env.development | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.json | ||
| auto-imports.d.ts | ||
| components.d.ts | ||
| deploy.sh | ||
| Dockerfile | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| TODO.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
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.