Skip to content

rkilpadi/sveltekit-portfolio

Repository files navigation

Ryan Kilpadi

Welcome to my personal website, built with SvelteKit, Vite, and Vercel.
The background is an interactive Perlin noise field simulation created using p5.js. It inspired Flowplane, an interactive web app I made that plots 2D dynamical systems.

Development

Clone the repository and install dependencies:

git clone https://github.com/rkilpadi/sveltekit-portfolio.git
cd sveltekit-portfolio
npm install

Start a development server:

npm run dev

Create a production build:

npm run build

Preview the production build:

npm run preview