No description
Find a file
2024-12-19 11:13:37 -08:00
.github/workflows Adding different svelte check github action. 2024-01-24 17:26:16 -08:00
.vscode Moving courses taken to a json file and looping. Created components for courses and tech list items. Fixed TypeScript issues. 2023-12-15 15:13:59 -08:00
src Removing MDSvex and the markdown content. 2024-12-19 11:13:37 -08:00
static Fixing sitemap. 2023-12-08 10:21:45 -08:00
tests Update to newer svelte configs, remove packages, and adding tests. 2023-09-27 22:02:29 +13:00
.env.example Adding env example node version. 2024-11-29 14:36:10 -08:00
.gitignore Upgrading to Svelte 5 and dependencies that need it. Using enhanced img for local files. 2024-12-01 19:14:16 -08:00
.node-version Upgrading to Svelte 5 and dependencies that need it. Using enhanced img for local files. 2024-12-01 19:14:16 -08:00
.npmrc First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.nvmrc Upgrading to Svelte 5 and dependencies that need it. Using enhanced img for local files. 2024-12-01 19:14:16 -08:00
biome.json Upgrading to Svelte 5 and dependencies that need it. Using enhanced img for local files. 2024-12-01 19:14:16 -08:00
docker-compose.yaml Upgrading to Svelte 5 and dependencies that need it. Using enhanced img for local files. 2024-12-01 19:14:16 -08:00
package.json Removing MDSvex and the markdown content. 2024-12-19 11:13:37 -08:00
playwright.config.ts Update to newer svelte configs, remove packages, and adding tests. 2023-09-27 22:02:29 +13:00
pnpm-lock.yaml Removing MDSvex and the markdown content. 2024-12-19 11:13:37 -08:00
postcss.config.cjs Using the articles component in the articles page and updating the dependencies. 2023-11-12 14:57:07 -08:00
README.md docs: 📝 Update README 2023-01-29 23:07:32 -08:00
svelte.config.js Removing MDSvex and the markdown content. 2024-12-19 11:13:37 -08:00
tsconfig.json Adding BitsUI to use in place of MeltUI. Using pagination from BitsUI. 2024-11-29 10:51:31 -08:00
vite.config.ts Upgrading to Svelte 5 and dependencies that need it. Using enhanced img for local files. 2024-12-01 19:14:16 -08:00

Personal Website

Rewriting my personal website, originally in Gatsby, using SvelteKit.

This is a work in progress to get the site on par with my old one and eventually update with ever newer things!

Developing

Install 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.

To deploy your app, you may need to install an adapter for your target environment.