dezlymacauley-dot-com Svelte Themes

Dezlymacauley Dot Com

My personal branding website deployed on Deno Deploy. It is built with SvelteKit & TypeScript, and uses modern ui tools like Tailwind CSS

dezlymacauley.com


My personal brand website:

dezlymacauley.com


Technologies Used

Component Technology
Meta-Framework ๐Ÿก SvelteKit, ๐Ÿงก Svelte
UI Layout ๐Ÿ“œ HTML, ๐Ÿ’จ Tailwind CSS
Programming Language ๐Ÿช„ TypeScript
UI Animations ๐Ÿ€ GSAP

Maintainance Tasks

  1. Review the project structure, and ensure that .gitignore is setup correctly.

    tree --gitignore -L 4
    bat .gitignore 
    
  2. Check if websitesite is using the latest version of Deno

    mise latest deno
    
  3. Update the Deno version used by the website

    mise use deno@some_specific_version_number
    
  4. Scanning for outdated dependencies

    deno outdated
    
  5. Updating outdated dependencies

    deno update --latest
    
  6. Peform a clean install and build of the project

    deno task setup
    
  7. Check that all the links on the website and resume are working

    deno task preview
    

Top categories

Loading Svelte Themes