Skip to content

tuckergordon/website

Repository files navigation

Tucker Gordon's Website

My personal website! Featuring an about me page and a blog. Written with SvelteKit.

Developing

Once you've installed dependencies with pnpm install, start a development server:

pnpm dev

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

You can also use npm instead if you don't have pnpm installed.

Building

To build for production:

pnpm build

Preview the production build with pnpm preview.

Code quality

This project contains several checks to maintain high code quality. These include typechecking, linting, autoformatting, and more.

To run all checks:

pnpm check

Or checks can be run individually:

  • Prettier: pnpm check:format
  • ESLint: pnpm check:format
  • Svelte (includes typechecking): pnpm check:svelte
  • Vitest: pnpm test:unit
  • Playwright: pnpm test:e2e

About

My personal website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •