| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An end-to-end platform for organizing and participating in hackathons, fostering innovation and community.
This website was generated during Hack the Hackathon 5 using CloudFlare Build based on the following prompt:
EveryHackday is a comprehensive, end-to-end platform designed to revolutionize the hackathon experience for organizers, participants, and sponsors. For organizers, it offers a powerful suite of tools for seamless event management, from creating custom registration websites to posting challenges and generating detailed analytics on participant engagement and project outcomes. For participants, it provides an enhanced, non-intrusive environment to discover events, form teams, share progress, and build their hacker portfolio. The platform is built on the principles of the Hacker Ethos, promoting open collaboration, inclusivity, and fairness.
Follow these instructions to get the project up and running on your local machine.
Clone the repository:
git clone https://github.com/your-username/every_hackday.git
cd every_hackdayInstall dependencies: This project uses bun for package management.
bun installTo start the development server, which includes both the Vite frontend and the Hono backend worker:
bun devThe application will be available at http://localhost:3000.
The codebase is organized into three main directories:
This project is configured for easy deployment to Cloudflare's global network.
Login to Wrangler: If you haven't already, authenticate Wrangler with your Cloudflare account.
wrangler loginDeploy the application: Run the deploy script, which will build the application and deploy it to Cloudflare Workers.
bun run deployAlternatively, deploy directly from your GitHub repository:
[cloudflarebutton]
Contributions are welcome! Please feel free to submit a pull request or open an issue to discuss any changes.
This project is licensed under the MIT License. See the LICENSE file for more details.
| Back | FazBrowse Home | New Git URL |