crawlnicle/frontend
Tyler Hallada 76cc87631f Add frontend JS and improve post styling
Frontend is built with Bun. It uses Stimulus to progressively enhance
the server-built HTML. Currently, it only replaces UTC timestamps from
the server with the time in the browser's timezone.
2023-06-27 14:03:52 -04:00
..
.gitignore Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
bun.lockb Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
globals.d.ts Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
index.ts Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
local_time_controller.ts Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
package.json Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
README.md Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
tsconfig.json Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00

crawlnicle-frontend

To install dependencies:

bun install

To run:

bun run hello_controller.ts

This project was created using bun init in bun v0.6.9. Bun is a fast all-in-one JavaScript runtime.