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 97ef917c04 WIP year-wrapped il y a 2 semaines
..
.vscode WIP year-wrapped il y a 2 semaines
public WIP year-wrapped il y a 2 semaines
src WIP year-wrapped il y a 2 semaines
.gitignore WIP year-wrapped il y a 2 semaines
README.md WIP year-wrapped il y a 2 semaines
deno.json WIP year-wrapped il y a 2 semaines
deno.lock WIP year-wrapped il y a 2 semaines
index.html WIP year-wrapped il y a 2 semaines
vite.config.ts WIP year-wrapped il y a 2 semaines

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