Skip to content

ElixirTechCommunity/Stellaris-Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

Stellaris Hackathon

Organized by: ElixirTech Community
Repository: ElixirTechCommunity/Stellaris-Hackathon

How to Submit Your Project

Follow these steps carefully to upload your project to this repository.


Step 1 – Fork This Repository

Click the Fork button at the top-right of this page to create your own copy of this repo.


Step 2 – Clone Your Fork Locally

git clone https://github.com/<your-username>/Stellaris-Hackathon.git
cd Stellaris-Hackathon

Step 3 – Create Your Project Folder

Inside the repo, create a new folder using the format:

submissions/TeamName_ProjectName/

Example:

submissions/TeamNova_SmartBridge/

Place all your project files inside this folder.


Step 4 – Add a README.md Inside Your 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 -->

Step 5 – Commit and Push Your Changes

git add .
git commit -m "Add submission: TeamName_ProjectName"
git push origin main

Step 6 – Open a Pull Request (PR)

  1. Go to your forked repo on GitHub
  2. Click "Compare & pull request"
  3. Use this PR title format:
    [Submission] TeamName – ProjectName
  4. Fill in the PR description and click "Create Pull Request"

⚠️ Only PRs following the correct format will be reviewed.


Made with ❀️ by ElixirTech Community

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors