An open API service indexing awesome lists of open source software.

https://github.com/msaps/sapsford.tech

Personal website
https://github.com/msaps/sapsford.tech

Last synced: 4 months ago
JSON representation

Personal website

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
```