This is the repository for the.x3.family website, a resource for the Co-x3 Family Foundation. Our mission is to “To equip students, creatives, and retirees with knowledge to level up every day, tools to put their learning into action, and a community to never struggle alone." - read more about what this means here.
the.x3.family is being improved and changed over time through the contributions of community members who submit content, give feedback, or volunteer their time to manage its evolution.
If you’re interested in supporting us, find out how to contribute. We also host online spaces to have meaningful conversations – come share your ideas or just say hi over in our community.
Contributions of any kind are welcome! We follow the all-contributors specification, which means we recognize contributors to an open-source project in a way that rewards every contribution, not just code.
- Create a new issue.
- Comment on the issue (if you'd like to be assigned to it) - that way our team can assign the issue to you.
More information on the issue creation process, and expectations around creating issues can be found here.
- If you're not sure, here's how to fork the repo.
If you're ready to contribute and create your PR, it will help to set up a local environment so you can see your changes.
- Create new branch for your changes
git checkout -b new_branch_name
- Start developing!
yarn dev
- Commit and prepare for pull request (PR). In your PR commit message, reference the issue it resolves (see how to link a commit message to an issue using a keyword).
git commit -m "brief description of changes [Fixes #1234]"
- Push to your GitHub account
git push
- After your changes are committed to your GitHub fork, submit a pull request (PR) to the
dev
branch of thethex3family/thex3family-website
repo - In your PR description, reference the issue it resolves (see linking a pull request to an issue using a keyword)
- ex.
Updates out of date content [Fixes #1234]
- ex.
- Vercel (our hosting service for build previews) deploys all PRs to a publicly accessible preview URL.
- Confirm your GC preview deploy looks & functions as expected
- Why not say hi and draw attention to your PR in our community?
- The website team reviews every PR
- Acceptable PRs will be approved & merged into the
dev
branch
master
is continually synced to Vercel and will automatically deploy new commits to the.x3.family- You can view the history of releases, which include PR highlights
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
The development of this website was inspired by the work of ethereum.org. Before implementing any custom elements, we highly recommend exploring their codebase to gain insights and discover solutions that may be applicable to our website's needs.