Front end for my go job scraper https://jobs.rannes.dev
Go to file
2024-06-11 08:49:25 +02:00
.gitea/workflows created workflow to deploy to vercel 2024-06-07 16:17:16 +02:00
public changed icon and re-enabled cache for fetch 2024-06-10 10:50:40 +02:00
src installed moment package to parse datetime since posting 2024-06-11 08:49:25 +02:00
.eslintrc.json Initial commit from Create Next App 2024-06-07 16:02:52 +02:00
.gitignore Initial commit from Create Next App 2024-06-07 16:02:52 +02:00
components.json added shadcn and accordian componen 2024-06-09 09:35:48 +02:00
next.config.mjs added company logos 2024-06-09 17:04:06 +02:00
package-lock.json installed moment package to parse datetime since posting 2024-06-11 08:49:25 +02:00
package.json installed moment package to parse datetime since posting 2024-06-11 08:49:25 +02:00
postcss.config.mjs Initial commit from Create Next App 2024-06-07 16:02:52 +02:00
README.md updated readme 2024-06-10 10:56:02 +02:00
tailwind.config.ts gave mobile some love 2024-06-10 00:50:37 +02:00
tsconfig.json Initial commit from Create Next App 2024-06-07 16:02:52 +02:00

SW Jobs Frontend

This is a frontend to display the job applications scraped my sw-jobs-go.

How to run

  1. npm install
  2. npm run dev or npm run build
  3. open http://localhost:3000