An open API service indexing awesome lists of open source software.

https://github.com/diversable/deploy_leptos_csr_to_gh_pages

Leptos CSR Starter Template deployed to Github Pages
https://github.com/diversable/deploy_leptos_csr_to_gh_pages

Last synced: about 1 year ago
JSON representation

Leptos CSR Starter Template deployed to Github Pages

Awesome Lists containing this project

README

          


Leptos Logo

# Deploy Leptos CSR Apps to Github Pages

Step 1:
Go to your repo's settings, and click on "Pages". In the "Build and deployment" section of the page, change the "source" to "Github Actions".

Step 2:
Copy the `.github/workflows/gh-pages-deploy.yml` file into your own repo.

Step 3:
Commit to your main branch, and watch the magic happen.