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-extension
Then run the following commands to initialize the new repo,
cd <your new repo>
./init.sh
And the classic Scaffold-eth-2 commands in 3 different terminals:
yarn chain
yarn deploy
yarn start
To deploy your SE-2 build to Fleek, run this command once:
yarn fleek:login
and this one on each deploy:
yarn fleek:deploy
Full documentation available in here