Landing page and documentation of Alive Protocol. Created using Docusaurus 2.
Production website is reachable at https://aliveprotocol.com.
pnpm i
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.
pnpm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Using ipfs-deploy:
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>