├── .github └── PULL_REQUEST_TEMPLATE.md ├── CONTRIBUTING.md ├── README.md ├── SVELTE - QUICK TUTORIAL V2.pdf └── logo.jpg /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svelte-brasil/awesome-svelte/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svelte-brasil/awesome-svelte/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svelte-brasil/awesome-svelte/HEAD/README.md -------------------------------------------------------------------------------- /SVELTE - QUICK TUTORIAL V2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svelte-brasil/awesome-svelte/HEAD/SVELTE - QUICK TUTORIAL V2.pdf -------------------------------------------------------------------------------- /logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svelte-brasil/awesome-svelte/HEAD/logo.jpg --------------------------------------------------------------------------------