quick-svelte
Quick start template for Svelte
Prerequisite
- Install Node LTS
- Install pnpm package manager by running
npm i -g pnpm command
Development
- Create a repository by using this repository as a template
- Install dependencies with
pnpm i command
- Develop anything with
pnpm dev!
Deployment
- 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