/rathod-sahaab.github.io

Old one too old, need new. Parked here will make main when done.

Primary LanguageTypeScriptBSD Zero Clause License0BSD

My personal website V3

Made using SvelteKit because separation of concerns (presentation, design, code), fast build times and also I love them compilers ❤️

Developing

Everything you need to build a Svelte project, powered by create-svelte.

Install dependencies with pnpm install start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

To deploy your app, you may need to install an adapter for your target environment. I am using github-pages so static for me.