Organized by: ElixirTech Community
Repository: ElixirTechCommunity/Stellaris-Hackathon
Follow these steps carefully to upload your project to this repository.
Click the Fork button at the top-right of this page to create your own copy of this repo.
git clone https://github.com/<your-username>/Stellaris-Hackathon.git
cd Stellaris-HackathonInside the repo, create a new folder using the format:
submissions/TeamName_ProjectName/
Example:
submissions/TeamNova_SmartBridge/
Place all your project files inside this folder.
Your submission folder must include a README.md with the following structure:
# Project Name
## π₯ Team Name
<!-- Your team name -->
## π§βπ» Team Members
| Name | Role | GitHub |
|------|------|--------|
| Name 1 | Frontend | @username |
| Name 2 | Backend | @username |
## π‘ Problem Statement
<!-- What problem are you solving? -->
## π οΈ Tech Stack
<!-- List the tools, frameworks, languages used -->
## π Links
- **Live Demo:** [link]
- **Video Demo:** [link](if applicable)
- **Presentation (PPT/PDF):** [link]
## πΈ Screenshots
<!-- Add screenshots or a GIF of your project -->
## π How to Run Locally
<!-- Step-by-step instructions to run your project -->git add .
git commit -m "Add submission: TeamName_ProjectName"
git push origin main- Go to your forked repo on GitHub
- Click "Compare & pull request"
- Use this PR title format:
[Submission] TeamName β ProjectName - Fill in the PR description and click "Create Pull Request"
β οΈ Only PRs following the correct format will be reviewed.
Made with β€οΈ by ElixirTech Community