Skip to content

Ulydev/cap-client

 
 

Repository files navigation

client

Install

# make sure you're using node 12
nvm use

# npm install
npm i

Run (in dev)

# run the client locally
npm run dev

Build & Deploy

# build the client
npm run build

# deploy to ipfs
npx ipfs-deploy build

Using Cloudflare Distributed Gateway

  1. Add a CNAME with your.website pointing to cloudflare-ipfs.com.
  2. Add a TXT record with the name _dnslink.your.website and value dnslink=/ipfs/<your_ipfs_hash_here>
  3. Go to https://www.cloudflare.com/distributed-web-gateway/ and submit your domain name for cloudflare to issue you a certificate.

About

Cap Client UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 58.8%
  • JavaScript 41.2%