fleek-extension is a Scaffold-eth-2 extension, allowing you to deploy your Dapps on Fleek decentralized storage
Full documentation available in here
Install via this command:
npx create-eth@latest -e zapaz/fleek-extensionThen run the following commands to initialize the new repo,
cd <your new repo>
./init.shAnd the classic Scaffold-eth-2 commands in 3 different terminals:
yarn chainyarn deployyarn startTo deploy your SE-2 build to Fleek, run this command once:
yarn fleek:loginand this one on each deploy:
yarn fleek:deployFull documentation available in here