Is there a seperate repository for frontend of the website ? I'm unable to find it.if it is there then please tell the path!
Hi @aryan1752! Great question!
Frontend Repository Status
There is NO separate frontend repository for the lingo.dev website. The lingo.dev organization uses a monorepo structure in the main repository.
Repository Structure
The core repository (https://github.com/lingodotdev/lingo.dev) is organized as follows:
-
/packages- Contains the main TypeScript packages:cli- Command-line toolcompiler- React localization compilerreact- React SDKsdk- Core SDKspec- Specifications- And other supporting packages
-
Frontend/Website Code - The website frontend code would be integrated within this monorepo structure, likely in the main packages or as part of the build process.
If You Want to Contribute to the Frontend
- Clone the main repository:
git clone https://github.com/lingodotdev/lingo.dev - Check the
/packagesdirectory for frontend-related code - Review the README in the main repository for development setup instructions
- Check the
CONTRIBUTING.mdfile for contribution guidelines
Demo/Example Apps
If you're looking for example implementations, check:
custom-hack-next-app(https://github.com/lingodotdev/custom-hack-next-app) - A Next.js demo application
Let me know if you need any further clarification about the repository structure or where to find specific parts of the frontend code!
@Snehith-0607 could you help me to find this page
Url-https://lingo.dev/en/compiler/quick-start
Hey @aryan1752 yes, the website lives in a separate internal repo that isn't open source yet. However, if you come across any issue related to it, please raise an issue/bug report and we'll look into it.
If you're interested in the competition, website and docs still do qualify despite not being Open source as yet.
Hey @aryan1752 please respond to the question above, otherwise we'll have to close this issue by tomorrow.
closing as unresponsive