Skip to content

aliveprotocol/docs

Repository files navigation

Alive Protocol Docs

Landing page and documentation of Alive Protocol. Created using Docusaurus 2.

Production website is reachable at https://aliveprotocol.com.

Installation

pnpm i

Local Development

pnpm start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

pnpm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

ipd build/

Using Fleek:

Build command: corepack enable; corepack prepare pnpm@latest --activate; pnpm i; pnpm run build; Publish directory: build

Docusaurus does not support hash routing, hence it is required to access the webpage with base32 CID v1 hash on a subdomain. To convert CID v0 hashes:

ipfs cid base32 <cid>

About

Landing page and documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published