An open API service indexing awesome lists of open source software.

https://github.com/seboran/jeu-du-debat


https://github.com/seboran/jeu-du-debat

Last synced: about 1 year ago
JSON representation

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
```