No description
  • TypeScript 97.2%
  • MDX 1.7%
  • Shell 0.4%
  • Dockerfile 0.3%
  • JavaScript 0.3%
  • Other 0.1%
Find a file
2026-02-19 16:48:06 +00:00
.forgejo/workflows fix: pass dashboard API key as build-arg for client-side auth 2026-02-09 07:49:06 +01:00
e2e feat: add Jest + Playwright test infrastructure 2026-02-05 16:03:59 +01:00
k8s deploy: update image to ca0f1ba4c3 2026-02-19 16:48:06 +00:00
public fix: add explicit SVG dimensions for reliable rendering 2026-02-12 12:29:18 +01:00
src fix: improve matching engine scoring accuracy 2026-02-13 09:59:03 +01:00
.dockerignore feat: initial Next.js website with full SEO, blog, and k8s deployment 2026-02-05 13:46:11 +01:00
.env.example feat: add dashboard API routes for matches and drafts 2026-02-08 11:41:58 +01:00
.env.production add google analysis 2026-02-06 14:04:57 +01:00
.gitignore feat: implement freelancermap pipeline with repository pattern and API route 2026-02-08 11:32:43 +01:00
CHANGELOG.md fix: add explicit SVG dimensions for reliable rendering 2026-02-12 12:29:18 +01:00
Dockerfile fix: pass dashboard API key as build-arg for client-side auth 2026-02-09 07:49:06 +01:00
eslint.config.mjs feat: initial Next.js website with full SEO, blog, and k8s deployment 2026-02-05 13:46:11 +01:00
jest.config.mjs feat: add Jest + Playwright test infrastructure 2026-02-05 16:03:59 +01:00
jest.setup.ts feat: add Jest + Playwright test infrastructure 2026-02-05 16:03:59 +01:00
mdx-components.tsx feat: initial Next.js website with full SEO, blog, and k8s deployment 2026-02-05 13:46:11 +01:00
next.config.ts feat: add performance optimizations, sitemap, robots, security headers 2026-02-05 15:59:42 +01:00
package-lock.json feat: implement freelancermap pipeline with repository pattern and API route 2026-02-08 11:32:43 +01:00
package.json fix: add explicit SVG dimensions for reliable rendering 2026-02-12 12:29:18 +01:00
playwright.config.ts feat: add Jest + Playwright test infrastructure 2026-02-05 16:03:59 +01:00
postcss.config.mjs feat: initial Next.js website with full SEO, blog, and k8s deployment 2026-02-05 13:46:11 +01:00
README.md new page version 2026-02-06 10:38:07 +01:00
tailwind.config.ts fix: restore complete tailwind.config.ts structure 2026-02-07 07:10:27 +01:00
test-freelancermap.sh sonntagabend 2026-02-08 22:56:46 +01:00
tsconfig.json feat: initial Next.js website with full SEO, blog, and k8s deployment 2026-02-05 13:46:11 +01:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.