Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .github/workflows/generate-leaderboard.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environments
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo

# Project specific
node_modules/
dist/
build/
*.log
2 changes: 2 additions & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file tells GitHub Pages to bypass Jekyll processing.
# This ensures that folders like .github and other assets are served correctly.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to the Alpha One Labs Google Summer of Code (GSoC) 2026 page! This repos

## 🌐 Live Page

Visit our GSoC page at: [https://alphaonelabs.github.io/alphaonelabs-gsoc/](https://alphaonelabs.github.io/alphaonelabs-gsoc/)
Visit our GSoC page at: [https://alphaonelabs.github.io/gsoc/](https://alphaonelabs.github.io/gsoc/)

## 📖 About

Expand All @@ -25,6 +25,7 @@ The site is built with vanilla HTML and Tailwind CSS (loaded via CDN), making it
This repository is configured to automatically deploy to GitHub Pages when changes are pushed to the `main` or `master` branch. The deployment is handled by a GitHub Actions workflow (`.github/workflows/deploy.yml`).

**To enable GitHub Pages:**

1. Go to your repository settings
2. Navigate to "Pages" in the left sidebar
3. Under "Build and deployment", select "GitHub Actions" as the source
Expand Down Expand Up @@ -95,6 +96,7 @@ This project is licensed under the GNU Affero General Public License v3.0 - see
## 🤝 Support

If you have questions or need help:

- Join our [Slack community](https://t.co/Uskb6jkZKz)
- Open an issue in this repository
- Check out our [main repository](https://github.com/alphaonelabs/alphaonelabs-education-website)
Expand Down
Loading