Front end for my go job scraper https://jobs.rannes.dev
Go to file
hook-lord 0dd5db3988
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m40s
added sentry
2024-12-09 10:10:02 +01:00
.gitea/workflows created workflow to deploy to vercel 2024-06-07 16:17:16 +02:00
public added repo link in footer 2024-06-11 15:42:55 +02:00
src added sentry 2024-12-09 10:10:02 +01:00
.eslintrc.json Initial commit from Create Next App 2024-06-07 16:02:52 +02:00
.gitignore added sentry 2024-12-09 10:10:02 +01:00
components.json added shadcn and accordian componen 2024-06-09 09:35:48 +02:00
next.config.mjs added sentry 2024-12-09 10:10:02 +01:00
package-lock.json added sentry 2024-12-09 10:10:02 +01:00
package.json added sentry 2024-12-09 10:10:02 +01: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
sentry.client.config.ts added sentry 2024-12-09 10:10:02 +01:00
sentry.edge.config.ts added sentry 2024-12-09 10:10:02 +01:00
sentry.server.config.ts added sentry 2024-12-09 10:10:02 +01: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