build🚀. burn 🔥. evolve 🦎
A tech community that brings together learners to grow. Add your name to our directory!
-
Fork this repository
- Click the "Fork" button in the top right
-
Clone your fork
git clone https://github.com/YOUR-USERNAME/landing-page.git cd landing-page -
Add your name
# Create your JSON file echo '{"name": "your_username"}' > names/your_username.json
-
Test locally (optional)
To test locally, you need to manually add your file to the manifest:
- Open
names/manifest.json - Add your filename to the
filesarray:
{ "files": [ ..., "your_username.json", ... ] }Then start the server:
# Start a local server python3 -m http.server 8000 # Visit http://localhost:8000
- Open
-
Commit and push
git add names/your_username.json git commit -m "add name: added name to the landing page" git push origin main -
Create a Pull Request
- Go to the original repository
- Click "Pull requests" → "New pull request"
- Select "compare across forks"
- Choose your fork and branch
- Click "Create pull request"
Your JSON file should follow this exact format:
{
"name": "your_username"
}Important:
- Use underscores, not dashes or spaces
- Filename should match:
your_username.json - Keep it simple and consistent
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch
- Make your changes
- Test locally
- Submit a pull request
- Your JSON file gets added to the
/names/directory - GitHub Actions automatically updates the manifest (for production)
- The website loads names dynamically from the manifest
- Changes appear after the deployment completes
When you submit a pull request, don't worry about editing the manifest.json file. Our GitHub Action will automatically update it when your pull request is merged!
If you need help:
- Open an issue on GitHub
- Contact us via WhatsApp
Made with ❤️ by the Salamander Tech Hub Stewards
