My personal brand website:
| Component | Technology |
|---|---|
| Meta-Framework | ๐ก SvelteKit, ๐งก Svelte |
| UI Layout | ๐ HTML, ๐จ Tailwind CSS |
| Programming Language | ๐ช TypeScript |
| UI Animations | ๐ GSAP |
Review the project structure,
and ensure that .gitignore is setup correctly.
tree --gitignore -L 4
bat .gitignore
Check if websitesite is using the latest version of Deno
mise latest deno
Update the Deno version used by the website
mise use deno@some_specific_version_number
Scanning for outdated dependencies
deno outdated
Updating outdated dependencies
deno update --latest
Peform a clean install and build of the project
deno task setup
Check that all the links on the website and resume are working
deno task preview