crawlnicle/frontend
2024-02-01 00:13:09 -05:00
..
css Switch to tailwind for css styling 2024-01-07 19:45:20 -05:00
img Implement entry and feed pagination 2023-09-02 14:01:18 -04:00
js Add last/next crawl times to feeds, improve local time rendering 2024-02-01 00:13:09 -05:00
.eslintrc.json Add eslint and prettier to frontend 2023-09-01 01:05:06 -04:00
.gitignore Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
bun.lockb Switch to tailwind for css styling 2024-01-07 19:45:20 -05:00
globals.d.ts Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
package.json Switch to tailwind for css styling 2024-01-07 19:45:20 -05:00
README.md Add frontend JS and improve post styling 2023-06-27 14:03:52 -04:00
tailwind.config.js Switch to tailwind for css styling 2024-01-07 19:45:20 -05:00
tsconfig.json Add eslint and prettier to frontend 2023-09-01 01:05:06 -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.