A reimplementation of that one website in Fresh.js
Find a file
2023-09-12 06:43:06 +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 Properly encode responses 2023-09-11 04:57:06 +00:00
components Initial Commit 2023-09-10 20:22:22 +08:00
islands Only add a timer on click 2023-09-12 06:43:06 +00:00
routes Finally figure out how to increment this lol 2023-09-12 06:38:05 +00:00
shared Finally figure out how to increment this lol 2023-09-12 06:38:05 +00: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.