JBJordan Baroninblog.codedbyjordan.com·Mar 25, 2022 · 3 min readDeploying a Vite app with GitHub ActionsGitHub Actions provides an easy way to integrate CD (Continuous Deployment) into your GitHub repo. In this article, I'll show you how to use it to deploy a Vite app onto GitHub Pages. Prerequisites I'm going to assume you have Node.js/npm installed a...00
JBJordan Baroninblog.codedbyjordan.com·Nov 9, 2021 · 2 min readHow to Use Tailwind (and JIT) with SvelteKitTailwind is my favorite CSS framework, and I've recently been using Svelte (with SvelteKit), which is becoming my favorite frontend framework. So how do you use Tailwind with SvelteKit? Turns out it's quite simple. First, let's make a new SvelteKit p...00
JBJordan Baroninblog.codedbyjordan.com·Oct 3, 2021 · 2 min readUsing AOS to Animate Elements When Scrolled ToToday I will be teaching you how to animate elements when scrolled to using my own library, AOS. Not to be confused with AOS by Michael Snik. Although that library works, it is no longer being maintained and there are now better ways to go about mak...00