🌐 Homepage for @zen-browser!
Find a file
taroj1205 133bbc20be
feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies
- Added Playwright configuration for end-to-end testing.
- Integrated Vitest for unit testing with setup files.
- Updated package.json scripts for testing commands.
- Created CI pipeline for automated testing and builds.
- Added various test cases for components and pages.
- Updated .gitignore to exclude Playwright and coverage.
- Enhanced ModsList component with additional class for styling.
2025-05-16 11:15:14 +12:00
.github/workflows feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies 2025-05-16 11:15:14 +12:00
.husky fix(pre-commit): fix husky warning 2025-05-15 13:55:41 +12:00
.vscode Initial layout 2024-11-20 22:52:58 +01:00
public chore(app): sort tailwind classes consistently across all files 2025-05-15 12:50:50 +12:00
scripts Update twilight-to-stable.py 2025-03-23 00:10:57 +01:00
src feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies 2025-05-16 11:15:14 +12:00
.editorconfig feat(editorconfig): add editorconfig and enable with biome 2025-05-15 16:11:03 +12:00
.gitignore feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies 2025-05-16 11:15:14 +12:00
astro.config.mjs chore(prettier): format fiels with prettier 2025-05-14 09:43:02 +12:00
biome.json chore(biome): update config and fix issues 2025-05-15 23:10:31 +12:00
CONTRIBUTING.md re-add contributing.md to repo 2024-12-10 19:20:48 -05:00
package-lock.json feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies 2025-05-16 11:15:14 +12:00
package.json feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies 2025-05-16 11:15:14 +12:00
playwright.config.ts feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies 2025-05-16 11:15:14 +12:00
README.md fixed README favicon path 2025-03-21 14:18:56 +01:00
tailwind.config.mjs chore(biome): update config and fix issues 2025-05-15 23:10:31 +12:00
tsconfig.json feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies 2025-05-16 11:15:14 +12:00
vitest.config.ts feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies 2025-05-16 11:15:14 +12:00
wrangler.toml Remove wrangler build date 2025-01-30 14:18:38 +01:00

Zen Browser Website

Status badge

This repository contains the source code for the Zen Browser Website. We are thrilled to welcome you to our community. Before you start, please read this document to understand how you can contribute to this project.

Zen Browser's website is built with Astro.js, TypeScript, and Tailwind CSS.

If you are interested in contributing to this project, please read the Contributing Guidelines.