https://github.com/seboran/jeu-du-debat
https://github.com/seboran/jeu-du-debat
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/seboran/jeu-du-debat
- Owner: Seboran
- Created: 2022-10-16T23:08:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T07:11:44.000Z (over 1 year ago)
- Last Synced: 2024-10-30T07:19:27.564Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://jeu-du-debat.vercel.app
- Size: 868 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jeu-du-debat
## Repo déplacé
Ce projet a été déplacé dans
## Intro
Vous pouvez jouer ici :
## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm run dev
```
### Type-Check, Compile and Minify for Production
```sh
pnpm run build
```
### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
pnpm run test:unit
```
### Lint with [ESLint](https://eslint.org/)
```sh
pnpm run lint
```