Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kafkaesc/portfolio
Portfolio website for the software engineer Jared Hettinger 👨💻
https://github.com/kafkaesc/portfolio
javascript nextjs portfolio react tailwind typescript
Last synced: 1 day ago
JSON representation
Portfolio website for the software engineer Jared Hettinger 👨💻
- Host: GitHub
- URL: https://github.com/kafkaesc/portfolio
- Owner: kafkaesc
- Created: 2024-01-11T15:36:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:24:48.000Z (15 days ago)
- Last Synced: 2024-10-26T08:53:57.318Z (13 days ago)
- Topics: javascript, nextjs, portfolio, react, tailwind, typescript
- Language: TypeScript
- Homepage: https://jaredhettinger.io
- Size: 4.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio for Jared Hettinger
Built by Jared Hettinger
This project is my portfolio. It is built using React, Next, and Tailwind. It's hosted on Amazon Web Services.
The portfolio is hosted at https://jaredhettinger.io
The full code for this project can be viewed at https://github.com/kafkaesc/Portfolio
## Initial Run
1. Navigate to the project folder in the terminal
1. Run `npm install`
1. Run `npm run dev`
1. Open [http://localhost:3000](http://localhost:3000) in your browser of choice## Running After Install
1. Navigate to the project folder in the terminal
1. Run `npm run dev`
1. Open [http://localhost:3000](http://localhost:3000) in your browser of choice