
This is a resume/portfolio website based on Deedy's resume template and built in svelte
This document provides information about a project template for Svelte apps. The template is no longer maintained, and users are recommended to consider using npm init vite with the Svelte option. Alternatively, users can use SvelteKit, the official application framework for Svelte.
This document provides information about a Svelte project template, which is no longer maintained. It suggests alternative options to create Svelte apps, such as using npm init vite with the Svelte option or using SvelteKit. The document also includes a guide to installing the template, instructions for building and running in production mode, and information about deploying the app with Vercel and Surge.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.