https://github.com/jusexton/portfolio
https://github.com/jusexton/portfolio
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jusexton/portfolio
- Owner: jusexton
- Created: 2025-01-30T03:55:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T05:02:38.000Z (about 1 year ago)
- Last Synced: 2025-04-13T13:08:56.005Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://justinsexton.dev
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Justin Sexton Portfolio
My personal portfolio built with react and nextjs.
## Running Locally
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.