Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendotgg authored Nov 10, 2023
1 parent 64eae48 commit 9161edf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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)

0 comments on commit 9161edf

Please sign in to comment.