-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64eae48
commit 9161edf
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# svelte-azure-swa-template | ||
This is a template website using SvelteKit which uses the Azure SWA to deploy as an Azure Static Web App. The adapter allows for server side rendering, which is not a traditional feature of an Azure SWA. | ||
|
||
This repository is a Template, so you can easily take it and build your own website. | ||
|
||
## Azure Setup | ||
1. Create a Static Web App resource | ||
2. Set the name, hosting plan, region etc to your preference | ||
3. Under "Deployment details", choose GitHub, and grant access for Azure to use your account/organization | ||
4. Select your desired organization, repository and branch | ||
5. Set the "Build Presets" to SvelteKit, and leave the remaining three boxes as default | ||
6. Create | ||
7. Find the website link from within the resource (it may take minutes for the Azure service to create & for the workflow to run) |