選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Elias Sebbar f92fa56aac Le 24 est pas mal là 2週間前
..
.vscode WIP year-wrapped 1ヶ月前
public Making progress 3週間前
src Le 24 est pas mal là 2週間前
.gitignore WIP year-wrapped 1ヶ月前
README.md WIP year-wrapped 1ヶ月前
deno.json Des tests plutôt concluants pour faire des animations 1ヶ月前
deno.lock Des tests plutôt concluants pour faire des animations 1ヶ月前
index.html WIP year-wrapped 1ヶ月前
tsconfig.json Des tests plutôt concluants pour faire des animations 1ヶ月前
vite.config.ts WIP year-wrapped 1ヶ月前

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