add git repos

This commit is contained in:
tree🌴 2023-11-10 19:55:52 +01:00
parent 34b9fe1e72
commit 4ef81908b7
1 changed files with 27 additions and 0 deletions

27
docs/git.md Normal file
View File

@ -0,0 +1,27 @@
# Git repositories
All our projects are open-source and distributed across many Git repositories. Production repositories are hosted on [GitHub](https://github.com), under our [`@web3privacy`](https://github.com/web3privacy) organization.
## List of repos
### Core
| Repository | Description |
| --- | --- |
| [@web3privacy/web3privacy](https://github.com/web3privacy/web3privacy) | The original monorepo with research |
| [@web3privacy/w3pn-core](https://github.com/web3privacy/w3pn-core) | [Project Management](/governance/pm) repository |
| [@web3privacy/w3pn-events](https://github.com/web3privacy/w3pn-events) | Data repository with informations about our [Events](/events/) |
| [@web3privacy/w3pn-web](https://github.com/web3privacy/w3pn-web) | Source-code of our website ([web3privacy.info](https://web3privacy.info)) |
| [@web3privacy/brand](https://github.com/web3privacy/brand) | Brand assets (logos and other visual) |
### Projects-related
| Repository | Description |
| --- | --- |
| [@web3privacy/data](https://github.com/web3privacy/data) | Data repository for [Projects Database](/projects/db) project |
## Mirrors
We don't want to depend solely on a centralized GitHub provider, so our repositories are mirrored to our own server.
Link TODO