{"id":26533643,"url":"https://github.com/londonjs/website","last_synced_at":"2025-03-21T19:19:15.560Z","repository":{"id":279468064,"uuid":"938789108","full_name":"londonjs/website","owner":"londonjs","description":"The website for London.js meetups. Made with Astro. Contributions very welcome!","archived":false,"fork":false,"pushed_at":"2025-03-20T16:19:51.000Z","size":653,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T17:28:31.482Z","etag":null,"topics":["astro","javascript","london","meetups","monthly-meetups","tailwindcss","uk"],"latest_commit_sha":null,"homepage":"https://london.js.org/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/londonjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-25T14:02:26.000Z","updated_at":"2025-03-20T16:19:48.000Z","dependencies_parsed_at":"2025-02-25T18:41:18.179Z","dependency_job_id":"3947058d-d4fb-4455-805d-6ff950a1cf54","html_url":"https://github.com/londonjs/website","commit_stats":null,"previous_names":["faisalagood/londonjs","londonjs/londonjs","londonjs/website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/londonjs%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/londonjs%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/londonjs%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/londonjs%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/londonjs","download_url":"https://codeload.github.com/londonjs/website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244852683,"owners_count":20521160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astro","javascript","london","meetups","monthly-meetups","tailwindcss","uk"],"created_at":"2025-03-21T19:19:14.802Z","updated_at":"2025-03-21T19:19:15.542Z","avatar_url":"https://github.com/londonjs.png","language":"Astro","readme":"# London.js Community Website\n\nHopefully the official website for the London.js Community. We host regular meetups featuring talks, networking, and discussions about all things JavaScript.\n\n## 🚀 Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/faisalagood/londonjs.git\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n\n# Build for production\nnpm run build\n```\n\n## 📖 About\n\nLondon.js is a community-driven meetup group focused on JavaScript and related technologies. This website serves as our digital home, providing information about upcoming and past events.\n\n## 🛠 Tech Stack\n\n- [Astro](https://astro.build) - Static Site Generator\n- [Tailwind CSS](https://tailwindcss.com) - Styling\n- Astro Content Collections - JSON files.\n\n## 📝 Adding a New Meetup\n\n1. Copy the template from `templates/meetup.json`\n2. Create a new file in `src/content/meetups/` with the format `meetup-month-year.json`\n3. Fill in the event details following the template structure\n4. Add any sponsor logos to the `public/sponsors/` directory\n5. Test locally before committing\n\nYou can use this command to create a new meetup:\n```bash\n# From project root\ncp templates/meetup.json src/content/meetups/meetup-month-year.json\n```\n\n### Required Fields:\n- All fields in the template are required except those marked (optional)\n- Dates must be in YYYY-MM-DD format\n- Times must be in 24-hour HH:MM format\n- URLs must be valid and include http(s)://\n\n## 🤝 Contributing\n\nWe welcome contributions of all kinds! Here are some ways you can help:\n\n### Code Contributions\n- Bug fixes\n- Feature enhancements\n- Performance improvements\n- Documentation updates\n\n### Content Contributions\n- Adding past events\n- Updating event information\n- Adding speaker details\n- Improving documentation\n\n### Future Development Goals\n- Admin dashboard for easier event management\n- Enhanced speaker profiles\n- Event photo galleries\n- Community showcase section\n\n### Development Process\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Submit a pull request\n\n## 🔧 Local Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n\n# Build for production\nnpm run build\n\n# Preview production build\nnpm run preview\n```\n\n## 📁 Project Structure\n\n```\n├── src/\n│   ├── components/    # Reusable components\n│   ├── content/       # Content collections\n│   ├── layouts/       # Page layouts\n│   ├── pages/         # Route components\n│   └── utils/         # Utility functions\n├── public/            # Static assets\n└── astro.config.mjs   # Astro configuration\n```\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Community\n\n- [Join our Meetup Group](https://www.meetup.com/london-js/)\n- [LinkedIn](https://www.linkedin.com/company/london-js/)\n- [Conference Code of Conduct](http://confcodeofconduct.com)\n\n## 🙏 Acknowledgments\n\n- The organisers that made it happen!\n- The generous sponsors that make it happen!\n- The London.js community that join us!\n\n---\n\nBuilt with ❤️ by the London.js Community","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flondonjs%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flondonjs%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flondonjs%2Fwebsite/lists"}