This repository hosts the official Amphi website, supporting multiple languages and welcoming translation contributions.
Follow these steps to set up the project locally:
git clone https://github.com/amphi2024/website.git
cd websitenpm installnpm run devnpm run buildWe welcome contributions to translations! Follow these steps:
- Locate the language files in src/i18n.
- Add or edit translations:
- Follow the existing file structure.
- Keep keys and formatting consistent.
- Submit a Pull Request:
- Include the language you added/updated.
- Add a short description for review.