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
- 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#)
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
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.