Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (21 loc) · 1.24 KB

depub.space

DePub

This is monorepo for depub products

Packages

depub.space

Theme

Common theme definition and components based on Native Base.

Development

This monorepo used yarn workspace to manage dependencies and packages please do yarn install to initialize the package linking and install dependencies.

WalletConnect

WalletConnect only works with SSL enabled URL, so use it with localhost would getting error, you could use a tunnel service(eg: ngrok) to running the website with https url.

Arweave

Upload file to Arweave with ISCN doesn't work in testnet.

Cloudflare route rewrite

Since this project used IPFS as a static file hosting, the NextJS dynamic route is not applicable without backend rendering, we've created a worker on Cloudflare to rewrite the all URL request to index, and utilized React-Navigation to handle navigation logic.

Environment Variables

Please find the .env.sample under individual package.

Deployment

  • depub.space is deploying to IPFS via fleek.co