You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elias Sebbar 808c4076a4 sympa le 24 2 days ago
..
.vscode WIP year-wrapped 2 weeks ago
public Making progress 3 days ago
src sympa le 24 2 days ago
.gitignore WIP year-wrapped 2 weeks ago
README.md WIP year-wrapped 2 weeks ago
deno.json Des tests plutôt concluants pour faire des animations 2 weeks ago
deno.lock Des tests plutôt concluants pour faire des animations 2 weeks ago
index.html WIP year-wrapped 2 weeks ago
tsconfig.json Des tests plutôt concluants pour faire des animations 2 weeks ago
vite.config.ts WIP year-wrapped 2 weeks ago

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