ian / rodeo

A static site generator, making NFT galleries
rodeo-tau.vercel.app
MIT License
48 stars 19 forks source link

Why not deploy to IPFS via pinata or whatever? #8

Closed harperreed closed 3 years ago

harperreed commented 3 years ago

You should be able to automagically deploy to IPFS using a persons pinata keys.

You could also become a controller on their eth domain and deploy and point automatically as well.

ian commented 3 years ago

The strategy currently was to follow Ghost example and make it so you can easily deploy to any hosting provider that can run a build script.

No reason why we can't make the target IPFS. The site is just SSG so it can pretty much go anywhere.

harperreed commented 3 years ago

makes sense. It is so cool to keep it all on the web3 world. r

galligan commented 3 years ago

@harperreed Hard agree. MVP maybe without IPFS but set up for a fast follow?

galligan commented 3 years ago

@Ian Can you link up the related pull request and close this one out?

ian commented 3 years ago

Closed via #17