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

https://github.com/sonujose/sonujose.github.io

Personal portfolio website
https://github.com/sonujose/sonujose.github.io

Last synced: about 1 year ago
JSON representation

Personal portfolio website

Awesome Lists containing this project

README

          

# Personal Portfolio website

## Sections
- Expertise
- Spotlight
- Contact

## Local Development

Setup an nginx server by volume mounting the source. This will faciliate live debugging also. The docker-compose will port-forward container to localhost:5050

```s
docker-compose up
```