# make sure you're using node 12
nvm use
# npm install
npm i
# run the client locally
npm run dev
# build the client
npm run build
# deploy to ipfs
npx ipfs-deploy build
- Add a CNAME with your.website pointing to cloudflare-ipfs.com.
- Add a TXT record with the name _dnslink.your.website and value dnslink=/ipfs/<your_ipfs_hash_here>
- Go to https://www.cloudflare.com/distributed-web-gateway/ and submit your domain name for cloudflare to issue you a certificate.