Inside of your Svelte project, you'll see the following folders and files:
/
āāā public/
ā āāā vite.svg
āāā src/
ā āāā assets/
ā āāā svelte.svg
| āāā lib/
ā āāā Counter.svelte
| āāā app.css
| āāā App.svelte
| āāā main.js
| āāā vite-env.d.ts
āāā index.html
āāā jsconfig.json
āāā package.json
āāā README.md
āāā svelte.config.js
āāā vite.config.js
Any static assets, like images, can be placed in the public/
directory.
fleek.config.json
config file:You can configure this site deployment using Fleek CLI and running:
> fleek sites init
WARN! Fleek CLI is in beta phase, use it under your own responsibility
? Choose one of the existing sites or create a new one. āŗ
āÆ Create a new site
It will prompt you for a name
, dist
directory location & build command
name
: How you want to name the sitedist
: The output directory where the site is located, for this template it's dist
build command
: Command to build your site, this will be used to deploy the latest version either by CLI or Github ActionsAfter configuiring your fleek.config.json
file, you can deploy the site by running
fleek sites deploy
After running it you will get an output like this:
WARN! Fleek CLI is in beta, use it at your own discretion
> Success! Deployed!
> Site IPFS CID: QmP1nDyoHqSrRabwUSrxRV3DJqiKH7b9t1tpLcr1NTkm1M
> You can visit through the gateway:
> https://ipfs.io/ipfs/QmP1nDyoHqSrRabwUSrxRV3DJqiKH7b9t1tpLcr1NTkm1M