Tag Svelte
Easter Dates
How often does Easter fall on a particular date, and how often does my birthday fall within Easter or Lent?
Deploy a Sapper Web App Automatically to GitHub Pages using GitHub Actions
Sapper is a framework for building web applications, where every page is a Svelte component. You may want to setup your GitHub repository to use GitHub Actions to automatically build and deploy your site to GitHub Pages website hosting every time you check in your code. This is great because the build/deploy step happens automatically for you - no need to manually do it yourself! Here’s how to set that up.
Publish a Svelte Web App with GitLab Pages
If you’ve built a Svelte web application and would like to host it, you can do so easily using GitLab Pages. Here’s how to do that.
Use the ArcGIS Maps SDK for JavaScript with Svelte
My colleague Jacob and I have really been enjoying using the Svelte JavaScript Framework while building mapping web apps with the ArcGIS Maps SDK for JavaScript. Here are a few links and resources that I’ve collected.