crawlnicle/frontend
Tyler Hallada 1d6f98c6bb Replace hotwire with htmx
In the process, also improve the feedback from the import/add feed
forms.

I also replaced the frontend code to replace utc timestamps with local
time strings with @hotwired/stimulus with vanilla js.
2023-09-01 00:25:05 -04:00
..
css Replace hotwire with htmx 2023-09-01 00:25:05 -04:00
js Replace hotwire with htmx 2023-09-01 00:25:05 -04:00
.gitignore Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
bun.lockb Replace hotwire with htmx 2023-09-01 00:25:05 -04:00
globals.d.ts Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
package.json Replace hotwire with htmx 2023-09-01 00:25:05 -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.