https://github.com/msaps/sapsford.tech
Personal website
https://github.com/msaps/sapsford.tech
Last synced: 4 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/msaps/sapsford.tech
- Owner: msaps
- Created: 2016-05-03T09:51:05.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2026-03-01T14:00:43.000Z (4 months ago)
- Last Synced: 2026-03-01T16:56:01.022Z (4 months ago)
- Language: TypeScript
- Homepage: sapsford.tech
- Size: 9.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sapsford.tech
Personal website for Merrick Sapsford.
## Tech Stack
- React 19
- TypeScript
- Vite
- Tailwind CSS
- Framer Motion
## Development
```bash
# Install dependencies
pnpm install
# Start dev server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
```