Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacob-ian/jacobianmatthews.com

My software engineering portfolio and blog
https://github.com/jacob-ian/jacobianmatthews.com

Last synced: 9 days ago
JSON representation

My software engineering portfolio and blog

Awesome Lists containing this project

README

        

# My Website
This is my new software engineering portfolio and soon to be blog!

## Local Environment
To stand up the local environment:
1. `git clone https://github.com/jacob-ian/jacobianmatthews.com`
2. `cd jacobianmatthews.com`
3. `docker-compose up`

## Development
To make use of the formatter, install Prettier for VSCode:
```
ext install esbenp.prettier-vscode
```