A reimplementation of that one website in Fresh.js
Find a file
Ayase Minori 99d686c0cc Properly assign the values in server side
Signed-off-by: Ayase Minori <chinodesuuu@gmail.com>
2023-09-10 21:10:39 +08:00
.vscode Initial Commit 2023-09-10 20:22:22 +08:00
components Initial Commit 2023-09-10 20:22:22 +08:00
islands Properly assign the values in server side 2023-09-10 21:10:39 +08:00
routes Properly assign the values in server side 2023-09-10 21:10:39 +08: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 Initial Commit 2023-09-10 20:22:22 +08: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.