This commit is contained in:
2024-10-18 20:10:43 -06:00
commit 7e4d854685
18 changed files with 1668 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Vite + Deno + Preact + 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
```