Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/henryjeff/portfolio-website


https://github.com/henryjeff/portfolio-website

portfolio

Last synced: 3 days ago
JSON representation

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