Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jacob-ian/jacobianmatthews.com
- Owner: jacob-ian
- Created: 2022-04-20T04:29:13.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-06T02:29:51.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T07:29:53.599Z (about 2 months ago)
- Language: TypeScript
- Size: 550 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```