Skip to content

r-keenan/my-personal-website-2025

Repository files navigation

Welcome to my website makeover!

This is my portfolio and blog that I am currently working on. The front end and backend are currently SvelteKit hosted on AWS. The URL to see this code live is https://rosskeenan.com.

This repo replaces the website that I built in late 2021 that was created with Next.js (React). You can find that repo here: GitHub Repo for 2021 Website

Tech Stack for This Project

  • SvelteKit
  • TypeScript
  • ESLint
  • TSLint
  • Tailwind CSS
  • Flowbite-Svelte
  • Prettier
  • Codeql
  • Sanity Headless CMS
  • Vite
  • Vitest
  • Playwright
  • AWS Secrets Manager
  • AWS CloudWatch
  • AWS API Gateway
  • AWS Lambda
  • AWS DynamoDB
  • AWS AppRunner
  • GitHub Actions
  • Pulumi IaC (C#)

How to run on your local machine

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

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

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

About

Migrating from Next.js to Sveltekit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published