website/README.md
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run 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.
npm run build
The build writes a static export to website/out and prepares the Pages
artifact by copying the tracked Sparkle files from ../release/. GitHub Pages
deployment is handled by .github/workflows/pages.yml.
Edit the wording for your language in app/i18n and open a pull request.