- node.js
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
- npm
sudo apt install nodejs npm
sudo npm install -g @fleek-platform/cli
- Verify the Installation with
fleek
fleek login
-
Run the above command to get the login page link:
-
Login with your Wallet and Email (both)
-
After login, open the above link again to sign
- Back to Terminal & u could see a success message:
fleek projects create
-
This will promt u to enter a project name: Enter anything u like:
-
πΊπΊ If u see somethink like that (check ss given below), than dont do anythink, just do next process of
Set up a simple page
- Create a New Directory
mkdir ~/fleek-quick-start
- Navigate to it
cd ~/fleek-quick-start
- Create a simple html page inside
~/fleek-quick-start
echo "Hello world" > index.html
fleek sites init
-
This will promt u to do many thinks, just follow the CLI instructions
-
Youβll have to enter a name for the new site.
-
This will Promt
β Please specify the directory containing the site files to be uploaded
just enter.
(a dot) -
This will promt
β Would you like to include the optional "build" command?
just enterno
-
This will promt
β Select a format for saving the site's configuration:
just selectJSON (fleek.config.json)
& Enter -
Check the below given SCREENSHOT for more clarification
fleek sites deploy
Done!βοΈβ
π Join TG for more Updates: https://telegram.me/cryptogg
If U have any issue then open a issue on this repo or Dm me on TG~
Thank U! π¨π»βπ»
Happy Codingπ