Deedy Resume Website

screenshot of Deedy Resume Website
svelte

This is a resume/portfolio website based on Deedy's resume template and built in svelte

Overview:

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.

Features:

  • Svelte app project template
  • Easy installation of dependencies
  • Live reloading of changes
  • Support for editing component files
  • Visual Studio Code extension for Svelte
  • Building and running in production mode
  • Single-page app mode support
  • TypeScript development environment setup
  • Deploying options with Vercel and Surge

Summary:

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
Svelte

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.

github-pages
GitHub Pages

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

rollup
Rollup

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.