From 72e1128b0a4a4b85377719a0269790e43108810c Mon Sep 17 00:00:00 2001 From: kawooyamark Date: Thu, 26 Mar 2026 14:30:25 +0300 Subject: [PATCH] chore: concise README --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7a1c031..a0cdae9 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,22 @@ # Open Source Code Contributions -### Contributors Country Flags -Nigeria -Uganda -Kenya flag -Benin -Brazil -Tanzania flag -South Africa -Mozambican +A small project to practice making contributions and adding contributor profiles. +Quick start +- Open `index.html` in your browser, or serve the folder locally: -This is a project for you to practice contributing to open source projects with code. +```bash +python -m http.server 8000 +# then open http://localhost:8000 +``` -We're assuming that you've already finished the tutorial at [first open source contributions](https://github.com/btrust-builders/first-open-source-contributions) +Contributing +- Follow the guide in `docs/CONTRIBUTING.md` to add or update a contributor profile in the `contributors/` folder. -Head over to [contribution guide](https://github.com/btrust-builders/open-source-code-contributions/blob/main/docs/CONTRIBUTING.md) to start. +View contributors +- The site is published at: https://btrust-builders.github.io/open-source-code-contributions/ -View Contributors Here: https://btrust-builders.github.io/open-source-code-contributions/ +License +- See the `LICENSE` file for license details. + +Thanks for contributing — small improvements welcome!