1
1
Fork
You've already forked ufollow
0
Just trying out migration
  • TypeScript 98.1%
  • CSS 1.9%
2025年04月09日 22:14:29 +10:00
.github/workflows [Deno Deploy] Add .github/workflows/deploy.yml 2025年03月25日 10:43:18 +00:00
.vscode first commit 2025年01月18日 18:20:16 +10:00
components Abstract away 2025年04月08日 09:57:48 +10:00
islands Start on the auth token check and generation 2025年04月09日 17:53:37 +10:00
lib Start on the auth token check and generation 2025年04月09日 17:53:37 +10:00
old Store in local storage ... application 2025年04月08日 21:55:25 +10:00
routes Start on the auth token check and generation 2025年04月09日 17:53:37 +10:00
static Handle click in separate function 2025年04月02日 18:36:53 +10:00
types Safe accesstoken wtihout silly mistake 2025年04月09日 22:14:29 +10:00
.gitignore Remove Rust and WASM (For now) 2025年04月05日 16:02:51 +10:00
deno.json Update deno.json 2025年04月09日 19:19:50 +10:00
dev.ts Parse the search params 2025年03月16日 13:47:12 +10:00
fresh.config.ts first commit 2025年01月18日 18:20:16 +10:00
fresh.gen.ts Start on the auth token check and generation 2025年04月09日 17:53:37 +10:00
main.ts first commit 2025年01月18日 18:20:16 +10:00
README.md first commit 2025年01月18日 18:20:16 +10:00
tailwind.config.ts OK a gap 2025年03月26日 19:39:37 +10:00

Fresh project

Your new Fresh project is ready to go. You can follow the Fresh "Getting Started" guide here: https://fresh.deno.dev/docs/getting-started

Usage

Make sure to install Deno: https://deno.land/manual/getting_started/installation

Then start the project:

deno task start

This will watch the project directory and restart as necessary.