This repository contains the code to the USDC on Stellar website.
This website explains ways to acquire USDC on the Stellar blockchain.
The website is hosted at usdc.threefold.io
.
main
- production version
development
- staging version
development_<suffix>
- See
Contribute
section for details
- See
To install the prerequisites to build the website, you can use the install.sh
script.
To build the website, you can use the build.sh
script.
To deploy and test locally, refer to this documentation.
To optimize updates to this repository, we propose a uniform way to collaborate.
To contribute to this repository, make a pull request of your changes. There are two main methods.
- Fork the repository and make a pull request with your changes
- If you have access, create a new branch in this repo and make a pull request with your changes
- The production-ready content is published on the main branch
- The branch development contains the stagin version
- Any changes to main branch must go through a pull request (PR) to the development branch and its associated review from a different branch with the prefix
development_
- The name of the branch should indicate the work being done, e.g. working on the readme,
development_readme_work
- The name of the branch should indicate the work being done, e.g. working on the readme,
This website is written with Docusaurus.