Modernize website with Vite, Playwright, and GitHub Actions#399
Modernize website with Vite, Playwright, and GitHub Actions#399
Conversation
- Initialize project with Vite, Prettier, and Playwright - Restructure project: move assets to `public/`, source to `src/` - Extract CSS to `src/style.css` - Add E2E tests with Playwright - Add GitHub Actions for CI (Build & Test) and CD (Deploy to GH Pages) - Add `workflow_dispatch` for manual release
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
fix- Run npm run lint
Checking formatting... |
Thanks for catching that. I've run prettier on the workflow file and verified that |
This PR modernizes the legacy HTML/CSS website by introducing a build system (Vite), code formatting (Prettier), and automated testing (Playwright). It also sets up GitHub Actions workflows for continuous integration (running tests and builds on push/PR) and continuous deployment (manual release to GitHub Pages).
Key changes:
public/and source code tosrc/..github/workflows/ci.ymlfor automated testing and.github/workflows/deploy.ymlfor manual deployment to GitHub Pages.PR created automatically by Jules for task 1291945824659514223 started by @xRahul