No description
  • TypeScript 91.2%
  • CSS 6.1%
  • Dockerfile 2.2%
  • JavaScript 0.5%
Find a file
Yuraymar Stewart 1f5c6a549f
Some checks are pending
CI (Quality Checks + Docker Build) / Build & Push Docker Image (push) Blocked by required conditions
CI (Quality Checks + Docker Build) / Weekly Build Cache Cleanup (push) Waiting to run
CI (Quality Checks + Docker Build) / Deploy to Production (push) Blocked by required conditions
CI (Quality Checks + Docker Build) / Quality Checks (type-check + lint) (push) Has started running
chore: update @swc/helpers to version 0.5.23 and add lint:staged script
- Updated @swc/helpers dependency to version 0.5.23 in package.json and package-lock.json.
- Added a lint:staged script to package.json for improved linting during commits.
2026-08-13 22:21:16 +02:00
.claude chore: update dependencies and improve layout and styling 2026-08-13 16:56:23 +02:00
.codex refactor: standardize codebase to use single quotes and add agent hook configurations 2026-07-27 22:40:37 +02:00
.cursor refactor: standardize codebase to use single quotes and add agent hook configurations 2026-07-27 22:40:37 +02:00
.forgejo/workflows fix: update docker-compose.image to use registry path for deployment 2026-08-04 20:46:28 +02:00
.husky chore: add husky and lint-staged for improved pre-commit checks 2026-08-13 18:44:10 +02:00
.vscode perf: optimize production build with standalone output, inline CSS, dynamic form loading, and improved caching policies 2026-07-23 22:07:34 +02:00
public refactor: migrate domain from ywtstewart.com to ywtstewart.dev and consolidate CI workflows 2026-07-28 21:40:57 +02:00
src fix: update syntax in Hero component for consistency 2026-08-13 18:40:04 +02:00
.dockerignore fix: add missing source COPY to builder stage and add .dockerignore 2026-07-26 09:01:21 +02:00
.env.example fix: update .env.example and add CHANGES_SUMMARY.md for recent changes 2026-08-04 02:42:20 +02:00
.gitignore Install and configure Payload CMS 3.x with Data Access Layer and Turso database 2026-07-15 14:07:15 +02:00
AGENTS.md chore: update dependencies and improve layout and styling 2026-08-13 16:56:23 +02:00
biome.json ci: add main branch trigger to build-image workflow and add Biome formatter 2026-07-27 07:15:57 +02:00
CHANGES_SUMMARY.md fix: update .env.example and add CHANGES_SUMMARY.md for recent changes 2026-08-04 02:42:20 +02:00
check-db.ts fix: update .env.example and add CHANGES_SUMMARY.md for recent changes 2026-08-04 02:42:20 +02:00
CLAUDE.md Add initial project setup with Next.js, ESLint, Tailwind CSS, and TypeScript. 2026-07-08 11:24:55 +02:00
DESIGN.md chore: update dependencies and improve layout and styling 2026-08-13 16:56:23 +02:00
docker-compose.yml fix: update docker-compose.image to use registry path for deployment 2026-08-04 20:46:28 +02:00
Dockerfile fix: update .env.example and add CHANGES_SUMMARY.md for recent changes 2026-08-04 02:42:20 +02:00
eslint.config.mjs refactor: standardize codebase to use single quotes and add agent hook configurations 2026-07-27 22:40:37 +02:00
next.config.ts fix: update .env.example and add CHANGES_SUMMARY.md for recent changes 2026-08-04 02:42:20 +02:00
package-lock.json chore: update @swc/helpers to version 0.5.23 and add lint:staged script 2026-08-13 22:21:16 +02:00
package.json chore: update @swc/helpers to version 0.5.23 and add lint:staged script 2026-08-13 22:21:16 +02:00
postcss.config.mjs refactor: standardize codebase to use single quotes and add agent hook configurations 2026-07-27 22:40:37 +02:00
README.md Update README.md 2026-07-17 02:11:26 +00:00
tsconfig.json Install and configure Payload CMS 3.x with Data Access Layer and Turso database 2026-07-15 14:07:15 +02: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.