Welcome to Codex documentation.
Codex is a decentralised data storage platform that provides exceptionally strong censorship resistance and durability guarantees.
For documentation we use VitePress, which is Vue-powered static site generator built on top of Vite.
To run site locally, we should clone repository, install dependencies and run the following command
npm run docs:dev
Detailed guide
-
Using nvm
# nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash # Node 22 nvm install 22 nvm use 22 # Check node --version v22.6.0
-
Clone repository
git clone https://github.com/codex-storage/codex-docs cd codex-docs
-
Install dependencies
npm install
-
Start a local dev server with instant hot updates
# Local npm run docs:dev # Expose npm run docs:dev -- --host
-
npm run docs:build # .vitepress/dist
Please check VitePress documentation for more details about customizations.
Process
- Create a fork
- Create a custom branch in your fork
- Add your contribution
- Make a PR to the upstream repository
Project structure
learn
- All information to learn about Codexnetworks
- Codex networks related informationdevelopers
- Codex development process and guides