A reimplementation of that one website in Fresh.js
Find a file
Ayase Minori 78a43c846e
Move statistics stream to another useEffect
Signed-off-by: GitHub <noreply@github.com>
2023-09-11 04:05:53 +00:00
.codesandbox Fix conflicts 2023-09-11 03:17:12 +00:00
.devcontainer Fix conflicts 2023-09-11 03:17:12 +00:00
.vscode Initial Commit 2023-09-10 20:22:22 +08:00
components Initial Commit 2023-09-10 20:22:22 +08:00
islands Move statistics stream to another useEffect 2023-09-11 04:05:53 +00:00
routes Implement POSTing 2023-09-11 03:55:06 +00:00
shared Initial Commit 2023-09-10 20:22:22 +08:00
static Initial Commit 2023-09-10 20:22:22 +08:00
.gitignore Initial Commit 2023-09-10 20:22:22 +08:00
deno.json Implement POSTing 2023-09-11 03:55:06 +00:00
dev.ts Initial Commit 2023-09-10 20:22:22 +08:00
fresh.config.ts Initial Commit 2023-09-10 20:22:22 +08:00
fresh.gen.ts Initial Commit 2023-09-10 20:22:22 +08:00
main.ts Initial Commit 2023-09-10 20:22:22 +08:00
README.md Initial Commit 2023-09-10 20:22:22 +08:00
twind.config.ts Initial Commit 2023-09-10 20:22:22 +08: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.