Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryjeff/portfolio-website
https://github.com/henryjeff/portfolio-website
portfolio
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/henryjeff/portfolio-website
- Owner: henryjeff
- License: mit
- Created: 2022-03-11T21:28:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T07:56:02.000Z (7 months ago)
- Last Synced: 2025-01-10T03:07:14.197Z (12 days ago)
- Topics: portfolio
- Language: TypeScript
- Homepage: https://henryheffernan.com
- Size: 226 MB
- Stars: 1,299
- Watchers: 5
- Forks: 193
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# henryheffernan.com
This is one of two repositories created for my portfolio website henryheffernan.com. If you are looking for the 2D OS repository you can find it here! Thanks for taking the time to check this out. If you have any questions of comments, feel free to shoot me an email at [email protected] or you can DM me on twitter @henryheffernan.
To setup a dev environment:
```bash
# Clone the repository# Install dependencies
npm i# Run the local dev server
npm run dev
```To serve a production build:
```bash
# Install dependencies if not already done - 'npi i'# Build for production
npm run build# Serve the build using express
npm start
```