Quick start template for Svelte
- Install Node LTS
- Install pnpm package manager by running
npm i -g pnpm
command
- Create a repository by using this repository as a template
- Install dependencies with
pnpm i
command - Develop anything with
pnpm dev
!
- Go to Settings > Pages and change Source from Deploy from a branch to GitHub Actions
- Push a commit to trigger deployment or mannualy trigger it yourself in Actions tab
- Watch deployed URL at logging step in GitHub Actions's deployment log