Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Elias Sebbar 4fe6e39e4a Des tests plutôt concluants pour faire des animations il y a 1 mois
..
.vscode WIP year-wrapped il y a 1 mois
public Des tests plutôt concluants pour faire des animations il y a 1 mois
src Des tests plutôt concluants pour faire des animations il y a 1 mois
.gitignore WIP year-wrapped il y a 1 mois
README.md WIP year-wrapped il y a 1 mois
deno.json Des tests plutôt concluants pour faire des animations il y a 1 mois
deno.lock Des tests plutôt concluants pour faire des animations il y a 1 mois
index.html WIP year-wrapped il y a 1 mois
tsconfig.json Des tests plutôt concluants pour faire des animations il y a 1 mois
vite.config.ts WIP year-wrapped il y a 1 mois

README.md

Vite + Deno + React + TypeScript

Running

You need to have Deno v2.0.0 or later installed to run this repo.

Start a dev server:

$ deno task dev

Deploy

Build production assets:

$ deno task build