[](#contributors)
March 16, 2026 ยท View on GitHub
up-for-grabs.net

This repository contains the source content for the Up-For-Grabs website, a list of projects with curated tasks for new contributors.
List your project
If you know about or maintain project that should be listed on Up for Grabs, follow the instructions to open a pull request.
Contributing
If you would like to get involved with the project, please read the CONTRIBUTING.md file as it contains:
- Instructions about getting your environment setup
- Guidance for testing locally
- Commands to run to verify changes
How does the site work?
If you want to learn more about the various parts of the Up-for-Grabs project, the How it works document is a good overview.
Contributors โจ
Thanks to these wonderful people who have improved the code and documentation to help this project grow. (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome!
๐ง New beta site
To work with the new beta site, you need to have a recent version of Node.js installed. Then you can run these command to interact with the new site:
| Command | Action |
|---|---|
npm install | Installs dependencies |
npm run dev | Starts local dev server at localhost:4321 |
npm run build | Build your production site to ./_site/beta/ |
npm run preview | Preview your build locally, before deploying |
npm run astro ... | Run CLI commands like astro add, astro check |
npm run astro -- --help | Get help using the Astro CLI |
